public UnoStoreComicVisiting(IServiceProvider host, IResourceFactoryCreator <ImageSource> resourceFactoryCreator, AnfSettings settings) : base(host, resourceFactoryCreator) { anfSettings = settings; EnableRemote = false; }
public DesktopStoreComicVisiting(IServiceProvider host, IResourceFactoryCreator <Bitmap> resourceFactoryCreator, AnfSettings settings) : base(host, resourceFactoryCreator) { anfSettings = settings; EnableRemote = false; }
public DesktopHomeViewModel(AnfSettings settings) { StartupSettings = settings.Startup; InitDatas(); }
public MAUIHomeViewModel() { AnfSettings = AppEngine.GetRequiredService <AnfSettings>(); this.networkAdapter = AppEngine.GetRequiredService <INetworkAdapter>(); }
public UnoHomeViewModel(AnfSettings settings) { StartupSettings = settings.Startup; StartupSettings.StartupType = StartupTypes.Providers; InitDatas(); }