Exemple #1
0
 public void RemoteConnect(string ip, ushort port)
 {
     EmoEngine.errorHandler(EdkDll.EE_EngineRemoteConnect(ip, port));
     this.OnEmoEngineConnected(new EmoEngineEventArgs(4294967295u));
 }