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


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


            return(cInstance);
        }