示例#1
0
 /// <summary>
 /// Dispose
 /// </summary>
 /// <param name="disposing">If true, clears the class properties</param>
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         FamilyList.Clear();
         FamilyList = null;
     }
 }
示例#2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public OrderClass()
 {
     FamilyList = new FamilyListClass();
 }