Esempio n. 1
0
 QS.IPresenter IPresentationObjectsFactory.CreateQuickSearch(QS.IView view)
 {
     return(new QS.Presenter(view));
 }
Esempio n. 2
0
 QS.IPresenter IPresentationObjectsFactory.CreateQuickSearch(QS.IView view, IChangeNotification changeNotification)
 {
     return(new QS.Presenter(view, changeNotification));
 }