Esempio n. 1
0
 public BotDenkProtokollSchritt(string meldung, SchrittArten art, WissensCategory category)
 {
     this._meldung  = meldung;
     this._art      = art;
     this._category = category;
 }
Esempio n. 2
0
 public BotDenkProtokollSchritt(string meldung, SchrittArten art)
 {
     this._meldung = meldung;
     this._art     = art;
 }