예제 #1
0
 public void CreateProjectInfoFile(ProjectInfo pro)
 {
     try {
         XMLHelpers.CreateProjectInfo(pro);
     }
     catch { }
 }