Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public static void OutlookPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     ProfileCommon.CommonPartForOutlook(Outlook.Open, openNeedCheckApp, methodForGenImgName);
 }
Exemplo n.º 3
0
 public static void PowerPointPart <T>(Func <CommonOperation <T> > openNeedCheckApp, MethodBase methodForGenImgName)
 {
     ProfileCommon.CommonPartForWordExcelPpt(PowerPoint.Open, openNeedCheckApp, methodForGenImgName);
 }