forked from ddrilling/AsbCloudServer
18 lines
270 B
C#
18 lines
270 B
C#
using System;
|
|
|
|
namespace ConsoleApp1
|
|
{
|
|
|
|
class Program
|
|
{
|
|
static void Main(/*string[] args*/)
|
|
{
|
|
// use ServiceFactory to make services
|
|
|
|
|
|
Console.WriteLine("End of Test");
|
|
Console.ReadLine();
|
|
}
|
|
}
|
|
}
|