예제 #1
0
파일: ThisAddIn.cs 프로젝트: cthiange/eagle
 internal void IgnoreListNameChanged(string filePath, string newName)
 {
     IgnoreList ignoreList = new IgnoreList(filePath);
     ignoreList.Name = newName;
     ignoreList.Save();
 }