Esempio n. 1
0
 public void SaveAndNew(object sender, EventArgs e)
 {
     if (this.InValidState() && this.RADNOVRIJEMEController.Update(this))
     {
         this.RADNOVRIJEMEController.DataSet = new RADNOVRIJEMEDataSet();
         DataSetUtil.AddEmptyRow(this.RADNOVRIJEMEController.DataSet);
         this.ChangeBinding();
         this.m_CurrentRow = this.RADNOVRIJEMEController.DataSet.RADNOVRIJEME[0];
         DataSetUtil.CopyForeignKeyValues(this.m_CurrentRow, this.m_ForeignKeys);
         this.SetFocusInFirstField();
     }
 }