Print() public méthode

public Print ( ) : void
Résultat void
    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();
    }
    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();
    }