Exemplo n.º 1
0
 public static void Closing(object sender, EventArgs e)
 {
     AppMan.exit();
     LsKeyword.getThis().exit();     // 20160503;
 }
Exemplo n.º 2
0
 public static void Load(object sender, EventArgs e)
 {
     AppMan.init();
 }