コード例 #1
0
        public void Start()
        {
            this.ViewModelLocator = new ViewModelLocator();

            // set up the API
            ApiReader = new ApiReader()
            {
                Url    = Settings.Default.Url,
                ApiKey = Settings.Default.ApiKey,
            };
        }
コード例 #2
0
ファイル: Bootstrapper.cs プロジェクト: CSharpFan/SABnzbd.UI
		public void Start()
		{
			this.ViewModelLocator = new ViewModelLocator();

			// set up the API
			ApiReader = new ApiReader()
			{
				Url = Settings.Default.Url,
				ApiKey = Settings.Default.ApiKey,
			};

		}