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