Exemplo n.º 1
0
        private void btBack_Click(object sender, RoutedEventArgs e)
        {
            Partselection partselection = new Partselection(); //창전환

            Close();
            partselection.ShowDialog();
        }
Exemplo n.º 2
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {                                                          //시작하기 버튼
            ID = main.ID;
            Partselection partselection = new Partselection(this); //창 전환

            Close();
            partselection.ShowDialog();
        }
Exemplo n.º 3
0
 public Start(Partselection partfrm)
 {
     this.part = partfrm;
     InitializeComponent();
     calluser();
 }