Exemplo n.º 1
0
        //row数目发生变化
        private void numCountofRow_ValueChanged(object sender, EventArgs e)
        {
            int group = this.cmbSelectedRow.SelectedIndex;

            MemoryTable.refreshGroupRowCount(group, (int)this.numCountofRow.Value);
            this.NotifyClassRoomToRefresh();
        }