|
|
@@ -74,7 +74,13 @@ namespace UAS_MES.Make
|
|
|
|
|
|
private void InPrint()
|
|
|
{
|
|
|
- lbl = new ApplicationClass();
|
|
|
+ try
|
|
|
+ {
|
|
|
+ lbl = new ApplicationClass();
|
|
|
+ }
|
|
|
+ catch {
|
|
|
+ MessageBox.Show("未正确安装CodeSoft软件");
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
private void Make_BigBoxWeight_SizeChanged(object sender, EventArgs e)
|