コード例 #1
0
ファイル: OML_O21_ORDER_PRIOR.cs プロジェクト: nHapiNET/nHapi
 ///<summary>
 ///Removes the given OML_O21_TIMING_PRIOR
 ///</summary>
 public void RemoveTIMING_PRIOR(OML_O21_TIMING_PRIOR toRemove)
 {
     this.RemoveStructure("TIMING_PRIOR", toRemove);
 }