Exemple #1
0
            public 科室Row Add科室Row(string Offic)
            {
                科室Row row科室Row = ((科室Row)(this.NewRow()));

                row科室Row.ItemArray = new object[] {
                    Offic,
                    null
                };
                this.Rows.Add(row科室Row);
                return(row科室Row);
            }
Exemple #2
0
 public 科室RowChangeEvent(科室Row row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Remove科室Row(科室Row row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Add科室Row(科室Row row)
 {
     this.Rows.Add(row);
 }