Ejemplo n.º 1
0
        public void Post(string threeLetterVendorPNPID = null)
        {
            var serverPath = this.config.GetOSVRServerDirectory();

            DirectMode.Disable(serverPath, threeLetterVendorPNPID);
        }
Ejemplo n.º 2
0
        public void Post()
        {
            var serverPath = this.config.GetOSVRServerDirectory();

            DirectMode.Disable(serverPath);
        }