示例#1
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            Rou ru = new Rou();

            ru.Show();
            this.Close();
        }
示例#2
0
文件: BuyT.xaml.cs 项目: JiaoJy/Train
 public BuyT(Rou rou)
 {
     InitializeComponent();
     InitLanguage();
     this.rou        = rou;
     f2.Content      = new Routine(this);
     Tnumber.Content = "";
 }