コード例 #1
0
 private void btnSua_Click(object sender, RoutedEventArgs e)
 {
     if (Danhsachloai.SelectedItem != null)
     {
         ThemSuaLoaiDonVi ts = new ThemSuaLoaiDonVi(Danhsachloai.SelectedItem as Loaidonvi);
         (this.Parent as StackPanel).Children.Add(ts);
     }
 }
コード例 #2
0
 private void btnThem_Click(object sender, RoutedEventArgs e)
 {
     ThemSuaLoaiDonVi ts = new ThemSuaLoaiDonVi();
     (this.Parent as StackPanel).Children.Add(ts);
 }