Exemplo n.º 1
0
        public static void DelegateSamplerMain()
        {
            DelegateSampler sampler = new DelegateSampler();

            sampler.RunIt();
        }
Exemplo n.º 2
0
		public static void DelegateSamplerMain()
		{
			DelegateSampler sampler = new DelegateSampler ();
            sampler.RunIt();
		}