Пример #1
0
 protected void btnUserAdd_Click(object sender, EventArgs e)
 {
     SetLocalPerson(SQMModelMgr.NewPerson("", SessionManager.EffLocation.Company.COMPANY_ID));
     isNew = true;
     DisplayUser();
 }