Ejemplo n.º 1
0
        public ApplicationForm()
        {
            InitializeComponent();

            _presenter = new ApplicationPresenter(this);
        }