コード例 #1
0
        private void Parse()
        {
            MountParser mountParser = new MountParser(XmlDataService);

            MountCloudVar1 = mountParser.Parse("MountCloudVar1");
        }
コード例 #2
0
        public void GetItemsTest()
        {
            MountParser mountParser = new MountParser(XmlDataService);

            Assert.IsTrue(mountParser.Items.Count > 0);
        }