コード例 #1
0
 public PackagesControl()
 {
     InitializeComponent();
     _app             = new StudioApplication();
     _eventAggregator = _app.GetService <IStudioEventAggregator>();
 }
コード例 #2
0
 public MyCustomAction()
 {
     _app             = new StudioApplication();
     _eventAggregator = _app.GetService <IStudioEventAggregator>();
 }