Beispiel #1
0
 static void Options_Select(object sender, EventArgs e)
 {
     OptionsForm fmr = new OptionsForm();
     fmr.ShowDialog();
 }
Beispiel #2
0
        static void Options_Select(object sender, EventArgs e)
        {
            OptionsForm fmr = new OptionsForm();

            fmr.ShowDialog();
        }