Example #1
0
        // use shareutil get in
        public static void  getShare()
        {
            if (sharePath == null)
            {
                return;
            }

            ShareUtil.connectState(@sharePath, userName, passWord);
        }