ATMLCommonLibrary.utils.HourGlass.Stop C# (CSharp) Method

Stop() public static method

public static Stop ( ) : void
return void
        public static void Stop()
        {
            Enabled = false;
        }