Esempio n. 1
0
 public TableData(TableTag obTag)
     : base(obTag)
 {
     m_Rows = new RowDataCollection();
     ConvertFromTag(obTag);
 }
		public TableData(TableTag obTag)
			: base(obTag)
		{
			m_Rows = new RowDataCollection();
			ConvertFromTag(obTag);
		}
Esempio n. 3
0
 /// <summary>
 /// Creates new instance of <see cref="TableData"></see> object.
 /// </summary>
 public TableData()
     : base()
 {
     m_Rows = new RowDataCollection();
 }
		/// <summary>
		/// Creates new instance of <see cref="TableData"></see> object.
		/// </summary>
		public TableData()
			:base()
		{
			m_Rows = new RowDataCollection();
		}