Abc.NCrafts.Quizz.Questions._019.Answer2.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // begin
            IDisposable ressource = new NCrafts();
            try
            {

            }
            finally
            {
                ressource.Dispose();
            }
            // end
        }
Answer2