Flood.Application.Run C# (CSharp) Method

Run() public method

public Run ( ) : void
return void
        public void Run()
        {
            while (true)
            {
                RunStep();
                System.Threading.Thread.Sleep(1);
            }
        }