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