C# Class Unigram.ViewModels.DialogThreadViewModel

Inheritance: Unigram.ViewModels.DialogViewModel
ファイルを表示 Open project: hihain/UnigramMobile

Public Methods

Method Description
DialogThreadViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoIPService voipService, INetworkService networkService, IMessageFactory messageFactory ) : System

Method Details

DialogThreadViewModel() public method

public DialogThreadViewModel ( IProtoService protoService, ICacheService cacheService, ISettingsService settingsService, IEventAggregator aggregator, ILocationService locationService, INotificationsService pushService, IPlaybackService playbackService, IVoIPService voipService, INetworkService networkService, IMessageFactory messageFactory ) : System
protoService IProtoService
cacheService ICacheService
settingsService ISettingsService
aggregator IEventAggregator
locationService ILocationService
pushService INotificationsService
playbackService IPlaybackService
voipService IVoIPService
networkService INetworkService
messageFactory IMessageFactory
return System