Print() 공개 메소드

public Print ( ) : void
리턴 void
예제 #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();
    }
예제 #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();
    }