Exemple #1
0
        public static string[] GetDeviceID()
        {
            if (_ADBControl == null)
            {
                _ADBControl = new ADBControl();
            }

            return(_ADBControl.GetDeviceID());
        }