示例#1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            WaiterAuthentification wa = new WaiterAuthentification();

            wa.Show();
            this.Close();
        }
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     WaiterAuthentification wa = new WaiterAuthentification();
     wa.Show();
     this.Close();
 }