示例#1
0
        private void btn_add_Click(object sender, RoutedEventArgs e)
        {
            Booking obj = new Booking();

            obj.Show();
        }