示例#1
0
 private void DoHandle(SvnAuthenticationException ex, ExceptionInfo info)
 {
     MessageBox.Show(Owner,
                     "You failed to authenticate against the remote repository. ",
                     "Authentication failed", MessageBoxButtons.OK,
                     MessageBoxIcon.Warning);
 }
示例#2
0
 private void DoHandle(SvnAuthenticationException ex, ExceptionInfo info)
 {
     MessageBox.Show(Owner,
         "You failed to authenticate against the remote repository. ",
         "Authentication failed", MessageBoxButtons.OK,
         MessageBoxIcon.Warning);
 }