Пример #1
0
        void item1_Click(object sender, EventArgs e)
        {
            LineBarForm f = new LineBarForm(this);

            f.Show();
        }
Пример #2
0
 void item1_Click(object sender, EventArgs e)
 {
     LineBarForm f = new LineBarForm(this);
     f.Show();
 }