private EveLib(Core core, Map map, Image image, EveCentral evec, EveMarketData emd) { Core = core; Map = map; Image = image; EveCentral = evec; EveMarketData = emd; }
public EveCentral_Tests() { _api = new EveCentral(); _validOptions = new EveCentralOptions { HourLimit = HourLimit, MinQuantity = MinQty }; _validOptions.Items.Add(TypeId); _validOptions.Regions.Add(RegionId); }
public EveCentral_Tests() { api = EveLib.Create().EveCentral; validOptions = new EveCentralOptions { HourLimit = HourLimit, MinQuantity = MinQty }; validOptions.Types.Add(TypeId); validOptions.Regions.Add(RegionId); invalidOptions = new EveCentralOptions(); }
public EveCentral_Tests() { _api = new EveCentral(); _validOptions = new EveCentralOptions {HourLimit = HourLimit, MinQuantity = MinQty}; _validOptions.Items.Add(TypeId); _validOptions.Regions.Add(RegionId); }