Ejemplo n.º 1
0
        private U3 unit2, unit3;         // Units with ids 2 and 3

        static void Main(string[] args)
        {
            TwoUnits a = new TwoUnits();

            a.performActions();
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     TwoUnits a = new TwoUnits();
     a.performActions();
 }