Initialize() 공개 정적인 메소드

public static Initialize ( WidgetLibrary coreLibrary ) : void
coreLibrary WidgetLibrary
리턴 void
예제 #1
0
 public ApplicationBackend(Application app)
 {
     appFrontend = app;
     Registry.Initialize(new AssemblyWidgetLibrary(typeof(Registry).Assembly.FullName, typeof(Registry).Assembly));
     WidgetDesignerBackend.DefaultObjectViewer = this;
 }