private void ProcessConnection()
 {
     //DofusServer server = new DofusServer(LoginConfig.Instance.PathDofus);
     //server.Active(true, 9446);
     Proxy.Active(true, 6666);
     Proxy.Account.AccountStateUpdate += HandleStateUpdate;
 }
 private void ExecuteConnection()
 {
     Proxy.Active(true, 666);
 }