示例#1
0
        public TemplateExecutor()
        {
            textTemplatingService = Package.GetGlobalService(typeof(STextTemplating)) as ITextTemplating;
            infoUtils             = new InfoUtils();
            klasaInfo             = infoUtils.GetKlasaInfo();
            TTUtils = new TTSettingsUtils();

            host         = textTemplatingService as ITextTemplatingSessionHost;
            host.Session = host.CreateSession();
        }
 public TemplateListView()
 {
     InitializeComponent();
     Owner         = Application.Current.MainWindow;
     SettingsUtils = new TTSettingsUtils();
 }