Perform() public method

public Perform ( ) : void
return void
Esempio n. 1
0
        static void Main(string[] args)
        {
            //BookPost bp = new BookPost();
            //bp.Perform();

            PostCallback pcb = new PostCallback();
            pcb.Perform();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            //BookPost bp = new BookPost();
            //bp.Perform();

            PostCallback pcb = new PostCallback();

            pcb.Perform();
        }