Example #1
0
 public void Append(Units_Quantity theItem)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void SetValue(int theIndex, Units_Quantity theItem)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void InsertAfter(int theIndex, Units_Quantity theItem)
 {
     throw new NotImplementedException();
 }
 public Units_Quantity(Units_Quantity parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Example #5
0
 public Units_ShiftedUnit(string aname, string asymbol, double avalue, double amove, Units_Quantity aquantity)
     : base()
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void Quantity(Units_Quantity aquantity)
 {
     throw new NotImplementedException();
 }