Example #1
0
File: DaTest.cs Project: zzlc/h-opc
        public void DaExploreFolder()
        {
            var rootTags = _client.ExploreFolder(string.Empty);

            Assert.Greater(rootTags.Count(), 0);
        }