Exemplo n.º 1
0
 private static void Noda_enter(object sender, EventArgs e)
 {
     enter = (sender as Noda);
 }
Exemplo n.º 2
0
 private static void Noda_leave(object sender, EventArgs e)
 {
     enter = null;
 }
Exemplo n.º 3
0
 public static void Help_ini(Noda noda, string[] text)
 {
 }