Пример #1
0
 /// <summary>
 /// Creates a QAT.
 /// </summary>
 /// <param name="id">The Component id for the QAT.</param>
 /// <param name="properties">The QATProperties object for this QAT. <see cref="QATProperties"/></param>
 internal QAT(string id, QATProperties properties)
     : base(id, properties)
 {
 }
Пример #2
0
 /// <summary>
 /// Creates a QAT.
 /// </summary>
 /// <param name="id">The Component id for the QAT.</param>
 /// <param name="properties">The QATProperties object for this QAT. <see cref="QATProperties"/></param>
 internal QAT(string id, QATProperties properties)
     : base(id, properties)
 {
 }