コード例 #1
0
 private static void ExecuteAcceptInput(StringInputDialog dialog)
 {
     dialog.DialogResult = true;
     dialog.Close();
 }
コード例 #2
0
 private static void ExecuteAcceptInput(StringInputDialog dialog)
 {
     dialog.DialogResult = true;
     dialog.Close();
 }
コード例 #3
0
 private static bool CanExecuteAcceptInput(StringInputDialog x)
 {
     return(x != null && !String.IsNullOrEmpty(x.Value));
 }
コード例 #4
0
 private static bool CanExecuteAcceptInput(StringInputDialog x)
 {
     return x != null && !String.IsNullOrEmpty(x.Value);
 }