FiftyOne.Foundation.Mobile.Detection.WebProvider.Download C# (CSharp) 메소드

Download() 공개 정적인 메소드

Checks for a new version of the data file if licence keys are available.
public static Download ( ) : LicenceKeyResults
리턴 LicenceKeyResults
        public static LicenceKeyResults Download()
        {
            return AutoUpdate.Download(LicenceKey.Keys);
        }