15 lines
316 B
C#
15 lines
316 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace 测试类库
|
|
{
|
|
//纯写代码类库,没有任何运行代码
|
|
//没法点击运行,只能在项目中右键生成,这样就有dll文件了
|
|
public class HK
|
|
{
|
|
}
|
|
}
|