コード例 #1
0
ファイル: Program.cs プロジェクト: Phoshi/OldFrenchayInn
        static void Main(string[] args)
        {
            TUInterface UI = new TUInterface();

            while (UI.Loop())
            {
            }
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Phoshi/OldFrenchayInn
 static void Main(string[] args)
 {
     TUInterface UI = new TUInterface();
     while (UI.Loop()){}
 }