Exemplo n.º 1
0
        // $G$ CSS-999 (-4) The method must have an access modifier.
        static void Main(string[] args)
        {
            GarageUI garage = new GarageUI();

            garage.GargeOpen();
        }