コード例 #1
0
ファイル: Program.cs プロジェクト: webiest/Time-Management
 static void Options_Select(object sender, EventArgs e)
 {
     OptionsForm fmr = new OptionsForm();
     fmr.ShowDialog();
 }
コード例 #2
0
        static void Options_Select(object sender, EventArgs e)
        {
            OptionsForm fmr = new OptionsForm();

            fmr.ShowDialog();
        }