コード例 #1
0
 public AnotherMeasureTestUnit(string name, string symbol, decimal rate = 1, AnotherMeasureTestUnit reference = null) :
     base(name, symbol, rate, reference)
 {
 }
コード例 #2
0
 static AnotherMeasureTestUnit()
 {
     anotherUnit = new AnotherMeasureTestUnit("anotherUnit", "aU");
 }