コード例 #1
0
			public uiNameRow AdduiNameRow(string lang, string uiName_text, uiNamesRow parentuiNamesRowByuiNames_uiName) {
				uiNameRow rowuiNameRow = ((uiNameRow)(this.NewRow()));
				rowuiNameRow.ItemArray = new object[] {
						lang,
						uiName_text,
						parentuiNamesRowByuiNames_uiName[0]};
				this.Rows.Add(rowuiNameRow);
				return rowuiNameRow;
			}
コード例 #2
0
			public void RemoveuiNamesRow(uiNamesRow row) {
				this.Rows.Remove(row);
			}
コード例 #3
0
			public uiNamesRowChangeEvent(uiNamesRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
コード例 #4
0
			public void AdduiNamesRow(uiNamesRow row) {
				this.Rows.Add(row);
			}