using System; namespace DMX2 { [System.ComponentModel.ToolboxItem(true)] public partial class SeqLinUI : SequenceurUI { public SeqLinUI () : base (null) { this.Build (); titreLabel.Text ="Hello !"; } #region implemented abstract members of DMX2.SequenceurUI public override void Update () { throw new System.NotImplementedException (); } #endregion } }