示例#1
0
文件: Noda.cs 项目: Kumarazavr/VAC
 private static void Noda_enter(object sender, EventArgs e)
 {
     enter = (sender as Noda);
 }
示例#2
0
文件: Noda.cs 项目: Kumarazavr/VAC
 private static void Noda_leave(object sender, EventArgs e)
 {
     enter = null;
 }
示例#3
0
 public static void Help_ini(Noda noda, string[] text)
 {
 }