using System; using System.Collections.Generic; using System.Linq; using System.Net.Mail; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; using System.Windows.Navigation; using System.Windows.Shapes; using static System.Net.Mime.MediaTypeNames; namespace TruongQuangSong_2023603389_de3 { /// /// Interaction logic for MainWindow.xaml /// public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); } private void DataGrid_SelectionChanged(object sender, SelectionChangedEventArgs e) { } private void txtMaVienChuc_TextChanged(object sender, TextChangedEventArgs e) { } private void txtHoTen_TextChanged(object sender, TextChangedEventArgs e) { } private void cboDonVi_SelectionChanged(object sender, SelectionChangedEventArgs e) { } private void txtSoNgayCong_TextChanged(object sender, TextChangedEventArgs e) { } private void dtg_SelectionChanged(object sender, SelectionChangedEventArgs e) { } private void them(object sender, RoutedEventArgs e) { } private void tim(object sender, RoutedEventArgs e) { } } }