Amanda_Sample_Project.BuisnesLogic.DoNothingFor C# (CSharp) 메소드

DoNothingFor() 공개 정적인 메소드

public static DoNothingFor ( int i ) : void
i int
리턴 void
        public static void DoNothingFor(int i)
        {
            doneNothing += i;

            Thread.Sleep(i);
        }