1
0
Ответвление 0
Projet_COO_POO/chatGit/src/controller/Test.java

16 строки
397 Б
Java

package controller;
import java.io.IOException;
import java.net.InetAddress;
import java.net.URL;
import config.ConfLoad;
import network.Tools;
import test.App;
public class Test {
public static void main(String args[]) throws IOException, InterruptedException {
Agent agent = new Agent(Tools.getAdress()[0], App.portSrc, App.portDest);
//agent.initServer(ConfLoad.load(), "elise");
}
}