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

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // begin
            var ressource = new NCrafts();
            try
            {
            }
            finally
            {
                var disposableResource = ressource as IDisposable;
                if (disposableResource != null)
                    disposableResource.Dispose();
            }
            // end
        }
Answer3