Ejemplo n.º 1
0
 protected StructureBase(KnownStructure type_, string equation_)
 {
   Type = type_;
   Equation = equation_;
 }
 public StructureButton(KnownStructure structure_)
 {
   Structure = structure_;
   Text = EnumDescriptionAttribute.GetDescription(structure_);
 }