添加项目文件。
This commit is contained in:
15
加密狗/本项目的加密狗刷入.cs
Normal file
15
加密狗/本项目的加密狗刷入.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using 加密狗;
|
||||
|
||||
// ═══════════════════════════════════════════════════════
|
||||
// 刷入脚本(独立运行,不属于 ACP 主程序流程)
|
||||
// 使用前请先用 ViKey 管理工具设置好密码和到期时间
|
||||
// ═══════════════════════════════════════════════════════
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
//写入加密狗(需管理员密码)
|
||||
加密狗驱动类.写入加密狗(0, "00000000", "ACP项目");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user