15 lines
212 B
C#
15 lines
212 B
C#
using System;
|
|
|
|
namespace Client2
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Client.App app = new Client.App();
|
|
app.Run();
|
|
|
|
}
|
|
}
|
|
}
|