Ứng dụng quản lý tuyển dụng c#

1 using System;
2 using
System.Collections.Generic;
3 using
System.ComponentModel;
4 using
System.Data;
5 using
System.Drawing;
6 using
System.Linq;
7 using
System.Text;
8 using
System.Threading.Tasks;
9 using
System.Windows.Forms;
10 using
PresentationLayer;
11 using
DTO;
12 using
PresentationLayer;
13 namespace
PresentationLayer
14 {
15     
public partial class LoaiHSF : Form
16     {
17         
public LoaiHSF()
18         {
19             InitializeComponent();
20         }
21
22         
private void LoaiHSF_Load(object sender, EventArgs e)
23         {
24             
this.ControlBox = false;
25             
this.Text = String.Empty;
26             dgv1.DataSource = LoaiHoSo_BLL.DSMaLoaiHS();
27         }
28
29         
private void btnthoat_Click(object sender, EventArgs e)
30         {
31             Close();
32         }
33     }
34 }



Ứng dụng quản lý tuyển dụng c# 12.535 lượt xem

Gõ tìm kiếm nhanh...