@@ -91,7 +91,7 @@ namespace UAS_MES_NEW.Make
{
engine = new Engine();
engine.Start();
- format = engine.Documents.Open(Application.StartupPath + "/BadCode.btw");
+ format = engine.Documents.Open(Application.StartupPath + "/SN.btw");
EnablePrint = true;
}
catch (Exception)