private void tsmiChangePrinter_Click(object sender, EventArgs e) { try { //this.Cursor = Cursors.WaitCursor; Print_Func.ChangePrinter(); } catch (Exception ex) { Common.Common_Func.ErrorMessage(ex.Message, "程序异常"); } finally { this.Cursor = Cursors.Default; } }