Beispiel #1
0
 /// <summary>
 /// Create a new instance of WordAutomationCom
 /// </summary>
 public WordAutomationCom()
 {
     ProgressInfo = 0;
     ProgressCount = 0;
     TagInfo = string.Empty;
     Log = new PlateLog();
 }
Beispiel #2
0
 /// <summary>
 /// Create a new instance of ExcelAutomationXml
 /// </summary>
 public ExcelAutomationXml()
 {
     ProgressInfo = 0;
     ProgressCount = 0;
     TagInfo = string.Empty;
     Log = new PlateLog();
 }