Esempio 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();
    }
Esempio 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();
    }