Exemple #1
0
 private void toolStripMenuItem1_Click(object sender, EventArgs e)
 {
     PortStatisticsForm2 frm = new PortStatisticsForm2(app);
     frm.Show();
 }
Exemple #2
0
        private void toolStripMenuItem1_Click(object sender, EventArgs e)
        {
            PortStatisticsForm2 frm = new PortStatisticsForm2(app);

            frm.Show();
        }