예제 #1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     SilverlightBridge.Initialize(true, true);
     Ribbon.Run();
 }
예제 #2
0
파일: page.cs 프로젝트: modulexcite/IL2JS
 public static void Run()
 {
     Ribbon handleRibbon = new Ribbon();
 }