示例#1
0
        static void Main(string[] args)
        {
            BettingPlatformEmulator bettingPlatformEmulator = new BettingPlatformEmulator();

            bettingPlatformEmulator.Start();
        }
示例#2
0
        static void Main(string[] args)
        {
            BettingPlatformEmulator test = new BettingPlatformEmulator();

            test.Start();
        }
示例#3
0
文件: Program.cs 项目: vorobeyka/HW-2
        static void Main(string[] args)
        {
            var betPlatform = new BettingPlatformEmulator();

            betPlatform.Start();
        }