示例#1
0
 protected void StopMagic()
 {
     if (Strokewindow != null)
     {
         Strokewindow.Close();
         Strokewindow = null;
     }
     _activewindowhook.Unhook();
 }
示例#2
0
 protected void StopMagic()
 {
     if (_strokeWindow != null)
     {
         _strokeWindow.Close();
         _strokeWindow = null;
     }
     _activewindowhook.Unhook();
 }