public UserActionsCoordinator(IUserActionsCallback callback)
 {
     this.callback           = callback;
     floatingMouseWindowForm = new FloatingMouseWindow
     {
         TopMost = true
     };
 }
Exemplo n.º 2
0
 public MouseCoordinator()
 {
     floatingMouseWindowForm         = new FloatingMouseWindow();
     floatingMouseWindowForm.TopMost = true;
 }