C# Class Unigram.ViewModels.DialogPinnedViewModel

Inheritance: Unigram.ViewModels.DialogViewModel
Afficher le fichier Open project: UnigramDev/Unigram

Méthodes publiques

Méthode Description
DialogPinnedViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoipService voipService, IGroupCallService groupCallService, INetworkService networkService, IStorageService storageService, ITranslateService translateService, IMessageFactory messageFactory ) : Unigram.Services

Method Details

DialogPinnedViewModel() public méthode

public DialogPinnedViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoipService voipService, IGroupCallService groupCallService, INetworkService networkService, IStorageService storageService, ITranslateService translateService, IMessageFactory messageFactory ) : Unigram.Services
protoService IProtoService
cacheService ICacheService
settingsService ISettingsService
aggregator IEventAggregator
locationService ILocationService
pushService INotificationsService
playbackService IPlaybackService
voipService IVoipService
groupCallService IGroupCallService
networkService INetworkService
storageService IStorageService
translateService ITranslateService
messageFactory IMessageFactory
Résultat Unigram.Services