예제 #1
0
 protected Solvent(Solvent other) : base(other)
 {
     Age      = other.Age;
     THC      = other.THC;
     CBD      = other.CBD;
     Yield    = other.Yield;
     Quality  = other.Quality;
     Contents = other.Contents;
 }
예제 #2
0
 // Refer to IChronic's print method
 public void Print()
 {
     Solvent.Print();
 }