Ejemplo n.º 1
0
 public Application(IView view)
 {
     _view = view;
 }
Ejemplo n.º 2
0
 public Application()
 {
     _view               = new ConsoleView();
     sidesEnvelops       = new double[COUNT_OF_SIDES];
     sidesEnvelopsString = new string[COUNT_OF_SIDES];
 }