Example #1
0
        public GetFotoViewModel(SchellViewModel schell)
        {
            this.schell = schell;
            var EA = EventAgg.Agregator;

            MainPanel       = new FlopyViewModel(this);
            EventAggregator = EA.EventAggregator;
            EventAggregator.Subscribe(this);
        }
Example #2
0
 private void AndOrder()
 {
     Thread.Sleep(new TimeSpan(0, 0, 10));
     MainPanel = new FlopyViewModel(this);
     NotifyPanel();
 }