Exemple #1
0
 TN.IPresenter IPresentationObjectsFactory.CreateToastNotifications(TN.IView view, IChangeNotification changeNotification)
 {
     return(new TN.Presenter(view, changeNotification));
 }
 TN.IPresenter IPresentationObjectsFactory.CreateToastNotifications(TN.IView view)
 {
     return(new TN.Presenter(view));
 }