コード例 #1
0
ファイル: SettingsForm.cs プロジェクト: bwsoftinc/AyeBlinkin
        protected override void OnClosing(CancelEventArgs e)
        {
            Settings.SettingsHwnd = IntPtr.Zero;
#if DEBUG
            CentroidColorForm.HideSlice();
#endif
        }
コード例 #2
0
ファイル: SettingsForm.cs プロジェクト: bwsoftinc/AyeBlinkin
        protected override void OnShown(EventArgs e)
        {
            Settings.SettingsHwnd = this.Handle;
#if DEBUG
            CentroidColorForm.ShowSlice();
#endif
        }