static void Main(string[] args) { TUInterface UI = new TUInterface(); while (UI.Loop()) { } }
static void Main(string[] args) { TUInterface UI = new TUInterface(); while (UI.Loop()){} }