Exemplo n.º 1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     SilverlightBridge.Initialize(true, true);
     Ribbon.Run();
 }
Exemplo n.º 2
0
 public static void Run()
 {
     Ribbon handleRibbon = new Ribbon();
 }