Exemplo n.º 1
0
 public string GetCommitMessage2(IntPtr hParentWnd, string parameters, string commonURL, string commonRoot, string[] pathList, string originalMessage,
                                 string bugID, out string bugIDOut, out string[] revPropNames, out string[] revPropValues)
 {
     bugIDOut      = bugID;
     revPropNames  = new string[] {};
     revPropValues = new string[] {};
     return(FormLauncher.LaunchIssueBrowserForm(parameters, originalMessage));
 }
Exemplo n.º 2
0
 private void launchIssueBrowserButton_Click(object sender, EventArgs e)
 {
     sampleCommentBox.Text = FormLauncher.LaunchIssueBrowserForm(optionsTextBox.Text, sampleCommentBox.Text);
 }
Exemplo n.º 3
0
 public string GetCommitMessage(IntPtr hParentWnd, string parameters, string commonRoot, string[] pathList, string originalMessage)
 {
     return(FormLauncher.LaunchIssueBrowserForm(parameters, originalMessage));
 }