Убраны синхронные методы
This commit is contained in:
@@ -88,7 +88,7 @@ public static class DragDropEffectsExtensions
|
||||
/// </summary>
|
||||
public static DragDropEffects GetEffectFromKeys(bool controlKey, bool shiftKey, bool altKey)
|
||||
{
|
||||
if (controlKey && altKey)
|
||||
if (controlKey && shiftKey)
|
||||
return DragDropEffects.Link;
|
||||
if (controlKey)
|
||||
return DragDropEffects.Copy;
|
||||
|
||||
Reference in New Issue
Block a user