FrmThongKe

Màu nền
Font chữ
Font size
Chiều cao dòng

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;

using System.Data.SqlClient;

namespace Qlxe

{

public partial class FrmThongKe : Form

{

public FrmThongKe()

{

InitializeComponent();

}

private void FrmThongKe_Load(object sender, EventArgs e)

{

}

private void button1_Click(object sender, EventArgs e)

{

Nhanvien nv = new Nhanvien();

bindingSource1.DataSource = nv.ThongKeNam(int.Parse(textBox1.Text.ToString())).Tables[0];

dataGridView1.DataSource = bindingSource1;

}

}

}

Bạn đang đọc truyện trên: Truyen2U.Pro