BrowserSelect.UpdateChecker.get_versions C# (CSharp) Method

get_versions() public method

public get_versions ( ) : void
return void
        void get_versions()
        {
            try
            {
                last_version = get_last_version();
                current_version = ((Func<String, String>)((x) => x.Substring(0, x.Length - 2)))(Application.ProductVersion);
                init = true;
            }
            catch (Exception) { }
        }