Example #1
0
        static void Main(string[] args)
        {
            TUInterface UI = new TUInterface();

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