Esempio n. 1
0
 public void Start(UIService ui)
 {
     DataService          = new Services.DataService(this);
     UIService            = ui;
     Features.DataService = DataService;
     Features.Start(ui);
 }
Esempio n. 2
0
        public void Start(UIService ui)
        {
            this.UI = ui;
            Load();
            this.Engine.TaxonomyLoaded += Engine_TaxonomyLoaded;
            this.Engine.InstanceLoaded += Engine_InstanceLoaded;
            this.Settings.Load(null);
            this.Settings = Settings.Current;
            ShowInBrowser(Engine.HtmlPath);

            //AppDomain.CurrentDomain.UnhandledException+=CurrentDomain_UnhandledException;
        }