Ejemplo n.º 1
0
        static void Main2(string[] args)
        {
            UtilityPlus.Class1.msg();

            System.Console.WriteLine("Hello World!");
            SomeAction("yes");

            string param1 = "test";
            bool   result = Stopwatcher.Track(() => SomeAction(param1), "test");

            Stopwatcher.Show();

            System.Console.WriteLine(Memory.Show());
        }