Beispiel #1
0
        private void Main_m_act_Click(object sender, System.EventArgs e)
        {
            FAct Fa = new FAct();

            Fa.ShowDialog();
        }
Beispiel #2
0
 private void Main_m_act_Click(object sender, System.EventArgs e)
 {
     FAct Fa = new FAct();
     Fa.ShowDialog();
 }