Пример #1
0
 public SwapDisplay()
 {
     InitializeComponent();
     _Manager = new WdSwapManager();
     _Buttons = new Dictionary <int, Button>();
     _ActiveWindowsByDesktopIndex = new Dictionary <int, IntPtr>();
     _Hotkeys = new List <Hotkey>();
     //this.AutoSize = false;
 }
Пример #2
0
 public CliSwapManager()
 {
     _internalManager = new WdSwapManager();
 }