Пример #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            Show_Guest s = new Show_Guest(this);

            s.Show();
            this.Hide();
        }
Пример #2
0
 public DeleteGuest(Show_Guest s)
 {
     InitializeComponent();
     this.s = s;
 }