Ejemplo n.º 1
0
 public void Go(Oobject secondaryDirectionOrObjectToGo)
 {
     Location currentLocation = getRootLocation(this);
 }
Ejemplo n.º 2
0
        internal static String GetDirection(Oobject currentObject)
        {
            AccessPointObject apObj = (AccessPointObject)currentObject;

            return(apObj.Direction);
        }