コード例 #1
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();
 }
コード例 #2
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();
 }