Beispiel #1
0
 public Character(IControl control)
 {
     control.MustNotBeNull();
     _control = control;
 }