コード例 #1
0
        public void ActionSettings(object sender, EventArgs args)
        {
            SettingsDialogClass sdc = new SettingsDialogClass();

            sdc.SetParent(ref MainWindow);
            sdc.Show();
        }
コード例 #2
0
		public void ActionSettings(object sender, EventArgs args)
		{
			SettingsDialogClass sdc = new SettingsDialogClass();
			sdc.SetParent(ref MainWindow);
			sdc.Show();
		}