예제 #1
0
파일: OSU_O41.cs 프로젝트: nHapiNET/nHapi
 ///<summary>
 ///Removes the given ARV
 ///</summary>
 public void RemoveARV(ARV toRemove)
 {
     this.RemoveStructure("ARV", toRemove);
 }