Exemplo n.º 1
0
Arquivo: View.cs Projeto: AzodTM/MVP
 private void buttonShowCountObject_Click(object sender, EventArgs e)
 {
     MessageBox.Show(Convert.ToString(Presentor.GetCountObject()));
 }
Exemplo n.º 2
0
Arquivo: View.cs Projeto: AzodTM/MVP
 public View()
 {
     InitializeComponent();
     Presentor.CountObjectPlus();
 }