예제 #1
0
 public void InvokeRowChanged()
 {
     ModelWithRows.RowsChanged(null, EventArgs.Empty);
 }
예제 #2
0
 public void AddRow(RowThing rowThing)
 {
     this.rows.Add(rowThing);
     ModelWithRows.RowsChanged(this, new EventArgs());
 }