Beispiel #1
0
 /// <summary>
 /// Creates a new SimpleTable
 /// </summary>
 public SimpleTable()
 {
     rows    = new SimpleRowCollection(this);
     columns = new SimpleColumnCollection(this);
 }
{
	/// <summary>
	/// The SimpleTable class is a script friendly, serializable, tablular data structure that
	/// is made for MyGeneration DataBinding. The GuiGrid control can bind to a SimpleTable, and