static void Main(string[] args) { app ap = app.Instance; ap.init(); ap.run(); ap.exit(); }
static app() { Instance = new app(); }