public HPSWidget() { View = this; this.InitializeComponent(); View.SourceInitialized += delegate { WinAPI.ToggleClickThrough(this); }; }
public HPSWidget() { View = this; this.InitializeComponent(); /* TODO: View access + WinAPI ClickThrough * View.SourceInitialized += delegate { * WinAPI.ToggleClickThrough(this); * }; */ }
public HPSWidget() { View = this; InitializeComponent(); View.SourceInitialized += delegate { WinAPI.ToggleClickThrough(this); }; }