public PackagesControl()
 {
     InitializeComponent();
     _app             = new StudioApplication();
     _eventAggregator = _app.GetService <IStudioEventAggregator>();
 }
Пример #2
0
 public MyCustomAction()
 {
     _app             = new StudioApplication();
     _eventAggregator = _app.GetService <IStudioEventAggregator>();
 }