Ejemplo n.º 1
0
        public void Create()
        {
            Configurations = new Dictionary <Type, IConfiguration>();
            syncLock       = new object();

            UpdaterFactory.Start(this);
        }
Ejemplo n.º 2
0
 public void Destroy()
 {
     UpdaterFactory.Stop(this);
 }
Ejemplo n.º 3
0
 public void Create()
 {
     Loggers = new Dictionary <string, ILogger>();
     UpdaterFactory.Start(this);
 }