Package org.eclipse.ecf.tutorial.scribbleshare

Examples of org.eclipse.ecf.tutorial.scribbleshare.ScribbleClient


    // Client2 client = new Client2();
    // Client3 client = new Client4();
    // Client4 client = new Client4();
    // DsClient1 client = new DsClient1();
    // DsClient2 client = new DsClient2();
    ScribbleClient client = new ScribbleClient();
    client.createAndConnect();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.tutorial.scribbleshare.ScribbleClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.