コード例 #1
0
 protected StructureBase(KnownStructure type_, string equation_)
 {
   Type = type_;
   Equation = equation_;
 }
コード例 #2
0
 public StructureButton(KnownStructure structure_)
 {
   Structure = structure_;
   Text = EnumDescriptionAttribute.GetDescription(structure_);
 }