コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TableElement"/> class.
 /// </summary>
 public TableElement()
 {
     AssignedEffects = new AssignedEffectList();
     ValueChanged   += new EventHandler <TableElementValueChangedEventArgs>(TableElement_ValueChanged);
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TableElement"/> class.
 /// </summary>
 public TableElement()
 {
     AssignedEffects = new AssignedEffectList();
     ValueChanged += new EventHandler<TableElementValueChangedEventArgs>(TableElement_ValueChanged);
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Table"/> class.
 /// </summary>
 public Table()
 {
     Effects               = new FX.EffectList();
     TableElements         = new TableElementList();
     AssignedStaticEffects = new AssignedEffectList();
 }
コード例 #4
0
ファイル: Table.cs プロジェクト: ewingnnut/DirectOutput
 /// <summary>
 /// Initializes a new instance of the <see cref="Table"/> class.
 /// </summary>
 public Table()
 {
     Effects = new FX.EffectList();
     TableElements = new TableElementList();
     AssignedStaticEffects = new AssignedEffectList();
 }