Esempio n. 1
0
 public void Configure(IComponentsApplicationBuilder app)
 {
     app.AddComponent <App>("app");
     app.AddLibrary <ComponentA>();
     app.AddLibrary <ComponentB>();
 }