Пример #1
0
        protected override void OnClosing(CancelEventArgs e)
        {
            Settings.SettingsHwnd = IntPtr.Zero;
#if DEBUG
            CentroidColorForm.HideSlice();
#endif
        }
Пример #2
0
        protected override void OnShown(EventArgs e)
        {
            Settings.SettingsHwnd = this.Handle;
#if DEBUG
            CentroidColorForm.ShowSlice();
#endif
        }