示例#1
0
文件: Form1.cs 项目: nhatkycon/bxvinh
 public Form1(string username, string ten, int donVi_Id)
 {
     InitializeComponent();
     Username = username;
     Ten = ten;
     DonVi_Id = donVi_Id;
     this.Text = string.Format("{0} - {1} - {2}", username, ten, donVi_Id);
     Wsrv = new WebService();
 }
示例#2
0
文件: Form1.cs 项目: nhatkycon/bxvinh
 public Form1(string username, string ten, int donVi_Id, GiaoCa giaoCa)
 {
     InitializeComponent();
     Username = username;
     Ten = ten;
     DonVi_Id = donVi_Id;
     GiaoCa = giaoCa;
     lblTongSo.Text = GiaoCa.DoanhThu.TienVietNam();
     this.Text = string.Format("{0} - {1} - {2}", username, ten, donVi_Id);
     Wsrv = new WebService();
 }
示例#3
0
文件: Login.cs 项目: nhatkycon/bxvinh
 public Login()
 {
     InitializeComponent();
     Wsrv = new WebService();
     KeyPreview = true;
 }
示例#4
0
文件: Form1.cs 项目: nhatkycon/bxvinh
 public Form1()
 {
     InitializeComponent();
     Wsrv = new WebService();
 }