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