コード例 #1
0
ファイル: WordAutomation.cs プロジェクト: san90279/UK_OAS
 /// <summary>
 /// Create a new instance of WordAutomationCom
 /// </summary>
 public WordAutomationCom()
 {
     ProgressInfo = 0;
     ProgressCount = 0;
     TagInfo = string.Empty;
     Log = new PlateLog();
 }
コード例 #2
0
ファイル: ExcelAutomation.cs プロジェクト: san90279/UK_OAS
 /// <summary>
 /// Create a new instance of ExcelAutomationXml
 /// </summary>
 public ExcelAutomationXml()
 {
     ProgressInfo = 0;
     ProgressCount = 0;
     TagInfo = string.Empty;
     Log = new PlateLog();
 }