Пример #1
0
		private void simpleButton2_Click(object sender, System.EventArgs e)
		{
			FlowStateSystem flowStateSystem = new FlowStateSystem();
			flowStateSystem.ClearFlowState(1);
			gridControl_StuCustomInfo.DataSource = flowStateSystem.GetStuState().Tables[0];
			MessageBox.Show("清空完毕!");
		}