public MahAppsDisplayPart(MahAppsNotification notification)
        {
            InitializeComponent();

            _notification = notification;
            DataContext   = notification;
        }
Exemplo n.º 2
0
 public MahAppsDisplayPart(MahAppsNotification notification)
 {
     InitializeComponent();
     Bind(notification);
 }