Beispiel #1
0
 public void Run(IDemoApplication application)
 {
     Console.WriteLine("PluginDemoSecond");
 }
Beispiel #2
0
 public Example(MgGraphicsConfigurationManager manager, IDemoApplication app)
 {
     mManager = manager;
     mApp     = app;
 }