public void Update(ObjectDataRecords currentObject) { throw new NotImplementedException(); CurrentObjectDisplay_Update(currentObject); RemoteDataDisplay_Update(); VisionDisplay_Update(); }
private void CurrentObjectDisplay_Update(ObjectDataRecords currentObject) { throw new NotImplementedException(); }