Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     presenter = new SayiIslemPresenter(new SayiIslemModel(), this);
 }
Exemplo n.º 2
0
 public Form1()
 {
     InitializeComponent();
     presenter = new SayiIslemPresenter(new SayiIslemModel(), this);
 }