示例#1
0
			public implementRow AddimplementRow(string type, string use, int priority, platformRow parentplatformRowByplatform_implement) {
				implementRow rowimplementRow = ((implementRow)(this.NewRow()));
				rowimplementRow.ItemArray = new object[] {
						type,
						use,
						priority,
						parentplatformRowByplatform_implement[0]};
				this.Rows.Add(rowimplementRow);
				return rowimplementRow;
			}
示例#2
0
			public void RemoveplatformRow(platformRow row) {
				this.Rows.Remove(row);
			}
示例#3
0
			public platformRowChangeEvent(platformRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
示例#4
0
			public void AddplatformRow(platformRow row) {
				this.Rows.Add(row);
			}