Beispiel #1
0
        /// <summary>
        /// 
        /// </summary>
        /// <returns></returns>
        public static MACVendor getInstance()
        {
            if (cInstance == null)
            cInstance = new MACVendor();

              return (cInstance);
        }
Beispiel #2
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        public static MACVendor getInstance()
        {
            if (cInstance == null)
            {
                cInstance = new MACVendor();
            }

            return(cInstance);
        }