Exemplo n.º 1
0
 public void BindTags()
 {
     cbLTags.DataSource = AccountMgr.GetInstall().GetTags();
 }
Exemplo n.º 2
0
 private void btnSave_Click(object sender, EventArgs e)
 {
     AccountMgr.GetInstall().Add(GetFormInfo());
     this.Close();
 }
Exemplo n.º 3
0
 public void BindAccountInfo()
 {
     dgvData.DataSource = AccountMgr.GetInstall().GetAccount(GetQueryInfo());
 }