Beispiel #1
0
 public void DoAction(IHost aHost)
 {
     //FIXME: Должен использоваться char[].
     aHost.ChangePassword(new string(password));
 }