Example #1
0
        private void CommandBinding_Executed_Xoa(object sender, ExecutedRoutedEventArgs e)
        {
            xl.xoa(txtMaThuoc.Text);

            getDS();
        }