Updated libraries and made horizontal text property
This commit is contained in:
parent
af987f840d
commit
65aeabdfee
6 changed files with 30 additions and 17 deletions
|
|
@ -67,9 +67,9 @@ namespace ImageCatalog_2
|
|||
ServiceProvider = serviceCollection.BuildServiceProvider();
|
||||
|
||||
var mainForm = ServiceProvider.GetRequiredService<MainForm>();
|
||||
var mainViewModel = ServiceProvider.GetRequiredService<DataModel>();
|
||||
//var mainViewModel = ServiceProvider.GetRequiredService<DataModel>();
|
||||
|
||||
mainForm.Model = mainViewModel;
|
||||
//mainForm.Model = mainViewModel;
|
||||
|
||||
Application.Run(mainForm);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue