public void Overwrite(RefType a) { base.Overwrite(a); Text = a.Text; }
public RefType(RefType a) : base(a) { Overwrite(a); }