|
|
|
@ -22,9 +22,7 @@ namespace SlnMesnac.WPF.ViewModel
|
|
|
|
|
public partial class IndexViewModel: ObservableObject
|
|
|
|
|
{
|
|
|
|
|
private ILogoIdentifyService logoIdentifyService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public IndexViewModel()
|
|
|
|
|
{
|
|
|
|
|
logoIdentifyService = App.ServiceProvider.GetService<ILogoIdentifyService>();
|
|
|
|
|