protected override void GetModelForAttribute(NXObject obj) { this.Info = ASMInfo.GetAttribute(obj); }
public ASMModel(ASMInfo info) { this.Info = info; }