You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have: EmdOptions options = new EmdOptions(); EveMarketData data = new EveMarketData(EveMarketData.DataFormat.Json); for(int i = 20; i < 100; i++) { options.Items.Add(i); } options.Regions.Add(10000002); options.AgeSpan = new TimeSpan(TimeSpan.TicksPerDay * 10);
Which looks like all I should need but I get no results. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
On Dec 23, 2016 21:51, "themightymanuel" ***@***.***> wrote:
I have:
EmdOptions options = new EmdOptions(); EveMarketData data = new
EveMarketData(EveMarketData.DataFormat.Json); for(int i = 20; i < 100;
i++) { options.Items.Add(i); } options.Regions.Add(10000002);
options.AgeSpan = new TimeSpan(TimeSpan.TicksPerDay * 10);
Which looks like all I should need but I get no results. What am I doing
wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#106>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcHQwlAh_pQu-9LSQG9rDIJi_x0KuKxks5rLDQ3gaJpZM4LVDur>
.
I have:
EmdOptions options = new EmdOptions(); EveMarketData data = new EveMarketData(EveMarketData.DataFormat.Json); for(int i = 20; i < 100; i++) { options.Items.Add(i); } options.Regions.Add(10000002); options.AgeSpan = new TimeSpan(TimeSpan.TicksPerDay * 10);
Which looks like all I should need but I get no results. What am I doing wrong?
The text was updated successfully, but these errors were encountered: