Print() public method

public Print ( ) : void
return void
Ejemplo n.º 1
0
    protected void process()
    {
        //1 print the registered ports on SQL
        crpl = new ChronopicRegisterPortList();
        crpl.Print();

        //2 create list
        createList();

        //3 print the registered ports on SQL (debug)
        crpl.Print();
    }
Ejemplo n.º 2
0
    protected void process()
    {
        //1 print the registered ports on SQL
        crpl = new ChronopicRegisterPortList();
        crpl.Print();

        //2 create list
        createList();

        //3 print the registered ports on SQL (debug)
        crpl.Print();
    }