(GUI): implemented file drop event.

This commit is contained in:
morkt
2016-10-11 09:09:06 +04:00
parent 010384fbfa
commit 5bf4a44bf5
2 changed files with 47 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
Title="GARbro" MinHeight="250" ResizeMode="CanResizeWithGrip"
Loaded="WindowLoaded"
KeyDown="WindowKeyDown"
AllowDrop="True" Drop="OnDropEvent"
Top="{Binding Source={x:Static p:Settings.Default}, Path=winTop, Mode=TwoWay}"
Left="{Binding Source={x:Static p:Settings.Default}, Path=winLeft, Mode=TwoWay}"
Height="{Binding Source={x:Static p:Settings.Default}, Path=winHeight, Mode=TwoWay}"