示例#1
0
        private void MergePatch_Load(object sender, EventArgs e)
        {
            PatchFile.Select();

            Text = _applyPatchMsgBox.Text + " (" + Module.WorkingDir + ")";
            IgnoreWhitespace.Checked = AppSettings.ApplyPatchIgnoreWhitespace;
        }
示例#2
0
 private void MergePatch_Load(object sender, EventArgs e)
 {
     PatchFile.Select();
     RestorePosition("merge-patch");
     Text = _applyPatchMsgBox.Text + " (" + Settings.WorkingDir + ")";
     IgnoreWhitespace.Checked = Settings.ApplyPatchIgnoreWhitespace;
 }