コード例 #1
0
 public void Go(Oobject secondaryDirectionOrObjectToGo)
 {
     Location currentLocation = getRootLocation(this);
 }
コード例 #2
0
        internal static String GetDirection(Oobject currentObject)
        {
            AccessPointObject apObj = (AccessPointObject)currentObject;

            return(apObj.Direction);
        }