Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 734533a8

Přidáno uživatelem Alex Konig před více než 3 roky(ů)

re #8597 Code maintenance - comments, namespace changes

Zobrazit rozdíly:

Server/ServerApp/Program.cs
1
using Parser.Parsers;
1
using ServerApp.Parser.Parsers;
2 2
using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Text;
6
using System.Threading.Tasks;
7 3

  
8 4
namespace ServerApp
9 5
{
......
11 7
    {
12 8
        static void Main(string[] args)
13 9
        {
14
            CsvParser p = new CsvParser();
10
            DataParser p = new DataParser();
15 11

  
16 12
            p.Parse();
17 13

  

Také k dispozici: Unified diff