Example #1
0
 public static void OutlookPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     ProfileCommon.CommonPartForWordExcelPpt(Outlook.Open, openNeedCheckApp, methodForGenImgName);
 }
Example #2
0
 public static void WordPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     // TODO the get name of template method maybe different from normal method?
     ProfileCommon.CommonPartForWordExcelPpt(Word.Open, openNeedCheckApp, methodForGenImgName);
 }