Ejemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="label">Object label</param>
 public FormPositionsIndicator(IObjectLabel label)
 {
     InitializeComponent();
     this.label = label;
     indicator  = label.Object as PositionCollectionIndicator;
     string[] s = SimplePointsIdicator.Indicator[indicator];
     comboBoxType.FillCombo(s);
     Text = label.Name;
 }
Ejemplo n.º 2
0
 string[] IPointsIndicator.this[PositionCollectionIndicator collection]
 {
     get { return(prototypeInterface[collection]); }
 }
Ejemplo n.º 3
0
 string[] IPointsIndicator.this[PositionCollectionIndicator collection]
 {
     get { return(new string[] { name }); }
 }