public SwapDisplay() { InitializeComponent(); _Manager = new WdSwapManager(); _Buttons = new Dictionary <int, Button>(); _ActiveWindowsByDesktopIndex = new Dictionary <int, IntPtr>(); _Hotkeys = new List <Hotkey>(); //this.AutoSize = false; }
public CliSwapManager() { _internalManager = new WdSwapManager(); }