Пример #1
0
 public EVEAccount.LoginResult LaunchAccount(EVEAccount account)
 {
     return(account.Launch(SharedCachePath, App.Settings.UseSingularity, UseDirectXVersion));
 }
Пример #2
0
        public EVEAccount.LoginResult LaunchAccount(EVEAccount account)
        {
            return(account.Launch(GameProfile.Game, GameProfile.GameProfile, App.Settings.UseSingularity, UseDirectXVersion));

            throw new NotImplementedException();
        }