2019-07-29 11:54:43 +08:00

16 lines
242 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace base_entity_net45
{
class Program
{
static void Main(string[] args)
{
}
}
}