public fontRow AddfontRow(string name, int cp, fontsRow parentfontsRowByfonts_font) {
				fontRow rowfontRow = ((fontRow)(this.NewRow()));
				rowfontRow.ItemArray = new object[] {
						name,
						cp,
						parentfontsRowByfonts_font[0]};
				this.Rows.Add(rowfontRow);
				return rowfontRow;
			}
			public void RemovefontsRow(fontsRow row) {
				this.Rows.Remove(row);
			}
			public fontsRowChangeEvent(fontsRow row, DataRowAction action) {
				this.eventRow = row;
				this.eventAction = action;
			}
			public void AddfontsRow(fontsRow row) {
				this.Rows.Add(row);
			}