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