Ejemplo n.º 1
0
        public FormMain()
        {
            InitializeComponent();

            this.threadList = new Dictionary <DataGridViewRow, Thread>();
            this.pinger     = new Tools.Pinger(this.dataGridView.DefaultCellStyle.Font);
            this.osManager  = new Tools.OSManager(this.dataGridView.DefaultCellStyle.Font, ConfigurationFileHelper.RemoteOperationsUsesDCOM);
        }
Ejemplo n.º 2
0
        public FormMain()
        {
            InitializeComponent();

            this.threadList = new Dictionary <DataGridViewRow, Thread>();
            this.pinger     = new Tools.Pinger(this.dataGridView.DefaultCellStyle.Font);
            this.osManager  = new Tools.OSManager(this.dataGridView.DefaultCellStyle.Font);
        }
Ejemplo n.º 3
0
        public FormMain()
        {
            InitializeComponent();

            this.threadList = new Dictionary<DataGridViewRow, Thread>();
            this.pinger = new Tools.Pinger(this.dataGridView.DefaultCellStyle.Font);
            this.osManager = new Tools.OSManager(this.dataGridView.DefaultCellStyle.Font);
        }