12 lines
190 B
C#
12 lines
190 B
C#
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
//[OldEvent(EventIdType.SetKey)]
|
|||
|
//public class SetKeyEvent: AEvent<string>
|
|||
|
//{
|
|||
|
// public override void Run(string key)
|
|||
|
// {
|
|||
|
// SecurityUtil.key = key;
|
|||
|
// }
|
|||
|
//}
|
|||
|
}
|