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