Esempio n. 1
0
 public LaunchApp(IApp app)
 {
     action = app.CreateAction();
     button = app.CreateButton();
 }