コード例 #1
0
 public override void AddNewRow()
 {
     this.SelectedRowItemForEdit = NomenclaturesFactory.GetEmptyCustomerDto();
     base.AddNewRow();
 }
コード例 #2
0
 protected override async Task OnInitializedAsync()
 {
     this.SelectedRowItemForEdit = this.editPlaceHolder = NomenclaturesFactory.GetEmptyCustomerDto();
     this.TableItems             = await this.CustomerService.GetAllAsync();
 }