Beispiel #1
0
 private void DoHandle(SvnFileSystemOutOfDateException ex, ExceptionInfo info)
 {
     MessageBox.Show(Owner,
                     "One or more of your local resources are out of date. " +
                     "You need to run Update before you can proceed with the operation",
                     "Resource(s) out of date", MessageBoxButtons.OK,
                     MessageBoxIcon.Warning);
 }
Beispiel #2
0
 private void DoHandle(SvnFileSystemOutOfDateException ex, ExceptionInfo info)
 {
     MessageBox.Show(Owner,
         "One or more of your local resources are out of date. " +
         "You need to run Update before you can proceed with the operation",
         "Resource(s) out of date", MessageBoxButtons.OK,
         MessageBoxIcon.Warning);
 }