private void btnXuLyKho_Click(object sender, RoutedEventArgs e)
 {
     if (ucXuLyKho == null)
     {
         ucXuLyKho = new UserControlLibrary.UCXuLyKho(mTransit);
     }
     spNoiDung.Children.Clear();
     spNoiDung.Children.Add(ucXuLyKho);
 }
Esempio n. 2
0
 private void btnXuLyKho_Click(object sender, RoutedEventArgs e)
 {
     if (ucXuLyKho == null)
     {
         ucXuLyKho = new UserControlLibrary.UCXuLyKho(mTransit);
     }
     spNoiDung.Children.Clear();
     spNoiDung.Children.Add(ucXuLyKho);
 }