Amanda_Sample_Project.BuisnesLogic.DoNothing C# (CSharp) Method

DoNothing() public static method

public static DoNothing ( ) : void
return void
        public static void DoNothing()
        {
            doneNothing += 1000;

            Thread.Sleep(1000);
        }