Ejemplo n.º 1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            // loader = new ConfigLoader<MonitorConfig>(this);

            config = StaticCacheManager.GetConfig <MonitorConfig>();
            FormHelper.SetDataToForm(this, config);
            btnStartMonitor_Click(null, null);
        }
Ejemplo n.º 2
0
        private void Form1_Load(object sender, EventArgs e)
        {
            // loader = new ConfigLoader<MonitorConfig>(this);

               config= StaticCacheManager.GetConfig<MonitorConfig>();
               FormHelper.SetDataToForm(this, config);
               btnStartMonitor_Click(null,null);
        }