FrmDoiMatKhau
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Qlxe
{
public partial class FrmDoimatkhau : Form
{
public FrmDoimatkhau()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Nhanvien nv = new Nhanvien();
if (nv.ktmatkhau(txtmanv.Text, txtmkcu.Text))
{
nv.doimatkhau(txtmanv.Text, txtmkcu.Text, txtmkmoi.Text);
MessageBox.Show("Thanh cong");
}
else
MessageBox.Show("MK ko khop");
}
}
}
Bạn đang đọc truyện trên: Truyen247.Pro