예제 #1
0
 public VezbaEditorPresenter(VezbaEditorBaseForm form, Nullable <int> vezbaId)
 {
     this.view    = form as IVezbaEditorView;
     this.vezbaId = vezbaId;
 }
예제 #2
0
 public VezbaEditorPresenter(VezbaEditorBaseForm form, Nullable<int> vezbaId)
 {
     this.view = form as IVezbaEditorView;
     this.vezbaId = vezbaId;
 }