Example #1
0
 void Host_ApplicationLaunched(object sender, IApplication app)
 {
     app.SendMessage(frmMainAppbar, "Appbar");
     app.SendMessage(joystick, "joystick");
     app.SendMessage(frmMain.BackgroundImage, "background");
 }