예제 #1
0
			public platformRow AddplatformRow(string name, implementationsRow parentimplementationsRowByimplementations_platform) {
				platformRow rowplatformRow = ((platformRow)(this.NewRow()));
				rowplatformRow.ItemArray = new object[] {
						name,
						parentimplementationsRowByimplementations_platform[0]};
				this.Rows.Add(rowplatformRow);
				return rowplatformRow;
			}
예제 #2
0
			public void RemoveimplementationsRow(implementationsRow row) {
				this.Rows.Remove(row);
			}
예제 #3
0
			public implementationsRowChangeEvent(implementationsRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
예제 #4
0
			public void AddimplementationsRow(implementationsRow row) {
				this.Rows.Add(row);
			}