示例#1
0
 private void AddPattern_Click(object sender, EventArgs e)
 {
     SaveGitIgnore();
     UICommands.StartAddToGitIgnoreDialog(this, _localExclude, "*.dll");
     LoadGitIgnore();
 }