コード例 #1
0
        public DownloadManagerView()
        {
            InitializeComponent();

            m_ViewModel = new DownloadManagerViewModel(DownloadManager.Current(), StorageService.Current(), new AnalyticsService(), ReleaseSingletonService.Current());
            DataContext = m_ViewModel;
        }
コード例 #2
0
 public DownloadManagerView()
 {
     InitializeComponent();
     m_ViewModel = new DownloadManagerViewModel(DownloadManager.Current(), StorageService.Current());
     DataContext = m_ViewModel;
 }