Exemplo n.º 1
0
        private static void Main(string[] args)
        {
            MachineClient machineClient = new MachineClient();

            machineClient.InitializeMachine();
            machineClient.StartMachine();
            //SodaMachine sodaMachine = new SodaMachine();
            //sodaMachine.Start();
        }