Example #1
0
 internal void AddIndex(Index index)
 {
     _array.Add(index);
 }
		public void Edit(Index obj)
        {
            if (this._currentType == obj.GetType()) return;
            BindGrid(obj.GlobalProperties);
            this._currentType = obj.GetType();
		}
		public void Edit(Index obj)
		{
			BindGrid(obj.GlobalProperties);
		}