public Home() { InitializeComponent(); db = new data(); db.read(); commander = new command(); txtInfo.Text = commander.NetworkStatus(); }
private void button1_Click(object sender, EventArgs e) { lblNote.Text = commander.startNetwork(); txtInfo.Text = commander.NetworkStatus(); }