2018-06-05

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

//数据库引入--项目-添加引用-

namespace my

{

    class Program

    {

        static void Main(string[] args)

        {

            MysqlManager my = new MysqlManager();

        }

    }

}

你可能感兴趣的:(2018-06-05)