コード例 #1
0
ファイル: DelaySendOptions.cs プロジェクト: Cossey/DelaySend
 private void AboutButton_Click(object sender, EventArgs e)
 {
     using (AboutDelaySend about = new AboutDelaySend())
     {
         about.ShowDialog();
     }
 }
コード例 #2
0
 private void GroupProperties_DialogLauncherClick(object sender, RibbonControlEventArgs e)
 {
     using (AboutDelaySend about = new AboutDelaySend())
     {
         about.ShowDialog();
     }
 }