public LabelCustomTecViewProfile(FormChangeMode.KeyDevice key, LabelViewProperties properties) : this() { Key = key; Properties = properties; }
public void CopyTo(LabelViewProperties dest) { }
public LabelViewProperties(LabelViewProperties dest) : this(dest._values) { }