public awmoeglichkeitenRow AddawmoeglichkeitenRow(int r_FrageID, string Text)
            {
                awmoeglichkeitenRow rowawmoeglichkeitenRow = ((awmoeglichkeitenRow)(this.NewRow()));

                rowawmoeglichkeitenRow.ItemArray = new object[] {
                    null,
                    r_FrageID,
                    Text
                };
                this.Rows.Add(rowawmoeglichkeitenRow);
                return(rowawmoeglichkeitenRow);
            }
 public awmoeglichkeitenRowChangeEvent(awmoeglichkeitenRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemoveawmoeglichkeitenRow(awmoeglichkeitenRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddawmoeglichkeitenRow(awmoeglichkeitenRow row)
 {
     this.Rows.Add(row);
 }
 public awmoeglichkeitenRowChangeEvent(awmoeglichkeitenRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveawmoeglichkeitenRow(awmoeglichkeitenRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddawmoeglichkeitenRow(awmoeglichkeitenRow row)
 {
     this.Rows.Add(row);
 }