Example #1
0
        public void Itest()
        {
            var a     = new add();
            var text1 = a.Result(20, 10);

            var b     = new Reduce();
            var text2 = b.Result(20, 10);

            var c     = new Ride();
            var text3 = c.Result(20, 10);
        }