Example #1
0
        public CalculatorService()
        {
            wmiObj = new WMIObject();

            //publish the object to WMI in order to be viewed
            Instrumentation.Publish(wmiObj);
        }
Example #2
0
        public CalculatorService()
        {
            wmiObj = new WMIObject();

            //publish the object to WMI in order to be viewed
            Instrumentation.Publish(wmiObj);
        }