private void btnRotatePrint_Click(object sender, System.EventArgs e) { try { _printer.RotatePrint(CurrentStation, CurrentRotation); } catch (Exception ae) { ShowException(ae); } }