Exemple #1
0
 //进行打印
 private void simpleButton1_Click(object sender, EventArgs e)
 {
     ToolsManage.PrintGridControl(this.gridControl1);
 }