1
using System;
2
using System.Collections.Generic;
3
using System.Text;
4
using Microsoft.Win32;
5
using System.Windows.Forms;
6
7
8
namespace BOM.NewUI.Functions
9
{
10
/// <summary>
11
/// 系统键控制
12
/// CONTROL + ALT + DELETE
13
/// </summary>
14
public class SystemKeyControl
15
{
16
启用系统键
33
34
停用系统键
55
}
56
}
57
using System;2
using System.Collections.Generic;3
using System.Text;4
using Microsoft.Win32;5
using System.Windows.Forms;6

7

8
namespace BOM.NewUI.Functions9
{10
/// <summary>11
/// 系统键控制12
/// CONTROL + ALT + DELETE13
/// </summary>14
public class SystemKeyControl15
{16
启用系统键33

34
停用系统键55
}56
}57


