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