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