Esempio n. 1
0
 public void Handle(StartupMsg msg)
 {
     _publisher.Publish(new MarkerMessageForFloatingListenerMsg());
 }
Esempio n. 2
0
 public void Handle(StartupMsg msg)
 {
     _publish.Publish(new ActivatePluginMsg(typeof(PluginAEntryViewModel), "The Plugin A"));
 }
Esempio n. 3
0
 public void Handle(StartupMsg startup)
 {
     _publisher.Publish(new ActivatePluginMsg(typeof(PluginCViewModel), "Plugin C, Aye!"));
 }