Пример #1
0
 private void ShowMessage(IHello hello)
 {
     MessageBox.Show($"{hello.SayHello()}\r\nThe answer is: {hello.AnswerEverything()}!");
 }