Revize 98b568bc
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
7 | 7 |
{ |
8 | 8 |
static void Main(string[] args) |
9 | 9 |
{ |
10 |
DataParser p = new DataParser(); |
|
10 |
DataParser p = new DataParser("data/");
|
|
11 | 11 |
|
12 | 12 |
p.Parse(); |
13 | 13 |
|
Také k dispozici: Unified diff
re #8612 Weather parser in hourly intervals