public void showformthem()
 {
     FormThem fthem = new FormThem();
      fthem.Show();
 }
Beispiel #2
0
        public void showformthem()
        {
            FormThem fthem = new FormThem();

            fthem.Show();
        }