示例#1
0
 public void Update(ObjectDataRecords currentObject)
 {
     throw new NotImplementedException();
     CurrentObjectDisplay_Update(currentObject);
     RemoteDataDisplay_Update();
     VisionDisplay_Update();
 }
示例#2
0
 private void CurrentObjectDisplay_Update(ObjectDataRecords currentObject)
 {
     throw new NotImplementedException();
 }