コード例 #1
0
 public void GenerateInfoAndWarning()
 {
     Container.InformUser("Inform User of something");
     Container.WarnUser("Warn User of something else ");
 }