示例#1
0
 //---------------------------------------------
 //---------------------------------------------
 //---------------------------------------------
 /// <summary>
 /// Throne Position Label Constructor.
 /// </summary>
 public ThronePositionLabel(IRes myRes, ThroneLabel myThroneLabel,
                            ThronePositions myPosition) :
     base(myRes, LabelControlSpecies.ThronePositionLabel)
 {
     ThroneLabel = myThroneLabel;
     Position    = myPosition;
     InitializeComponent();
 }
示例#2
0
 //---------------------------------------------
 //---------------------------------------------
 //---------------------------------------------
 //---------------------------------------------
 /// <summary>
 /// Throne Name Label.
 /// </summary>
 public ThroneNameLabel(IRes myRes, ThroneLabel myThroneLabel) :
     base(myRes, LabelControlSpecies.ThroneNameLabel)
 {
     ThroneLabel = myThroneLabel;
     InitializeComponent();
 }