コード例 #1
0
 public static string ShowBox()
 {
     newMsgBox = new TimerMessageBox();
     newMsgBox.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     newMsgBox.ShowDialog();
     return(_DialogResult);
 }
コード例 #2
0
 public static string ShowBox()
 {
     newMsgBox = new TimerMessageBox();
     newMsgBox.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     newMsgBox.ShowDialog();
     return _DialogResult;
 }