Пример #1
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.CommonPartForOutlook(Word.Open, openNeedCheckApp, methodForGenImgName);
 }
Пример #2
0
 public static void OutlookPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     ProfileCommon.CommonPartForOutlook(Outlook.Open, openNeedCheckApp, methodForGenImgName);
 }
Пример #3
0
 public static void PowerPointPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     ProfileCommon.CommonPartForWordExcelPpt(PowerPoint.Open, openNeedCheckApp, methodForGenImgName);
 }