Пример #1
0
 public FormCalculator()
 {
     InitializeComponent();
     _controller = new Controller(this);
 }