Example #1
0
 public NotificationView(INotificationPersistence aPersistence, string aProduct, IInvoker aInvoker, UIViewController aParent)
 {
     iParent = aParent;
     iNotificationController   = new NotificationController(aInvoker, aPersistence, new NotificationServerHttp(NotificationServerHttp.DefaultUri(aProduct)), this, NotificationController.DefaultTimespan);
     NotificationView.Instance = this;
 }
Example #2
0
 protected void CreateNotificationView()
 {
     iNotificationView = new NotificationView(Helper.Helper, Helper.Helper.Product, Helper.Helper.Invoker, ViewController);
 }