/// <summary> /// 点击菜单项:打印机设置,打开打印机设置对话框 /// </summary> public void printSet() { var model = new PrintModel("设置打印机"); model.showDialog(); }