コード例 #1
0
ファイル: Program.cs プロジェクト: i-Asset/basyx
        static void Main(string[] args)
        {
            Thread.Sleep(5000);
            registryClient = new RegistryHttpClient();
            LoadScenario();

            Console.WriteLine("Press enter to quit...");
            Console.ReadKey();
        }
コード例 #2
0
 public ManifestService(IHttpClientProvider httpClientProvider)
 {
     _httpClient = httpClientProvider.GetRegistryClient();
 }