예제 #1
0
 private void View_Ok(object sender, EventArgs e)
 {
     ((ISubPresenter)this).Model.Stuff = view.SelectedStuff;
     view.Close();
 }