Browse Source

bug.

master
yibo 7 years ago
parent
commit
940a2d4155
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ButcherFactory.Form/SegmentProduction_/SegmentProductionForm.cs

+ 2
- 0
ButcherFactory.Form/SegmentProduction_/SegmentProductionForm.cs View File

@ -48,6 +48,8 @@ namespace ButcherFactory.SegmentProduction_
public SegmentProductionForm()
{
InitializeComponent();
if (!System.IO.Directory.Exists("TempImg"))
System.IO.Directory.CreateDirectory("TempImg");
netStateWatch1.GetConnectState = () => LoginUtil.TestConnection(500);
this.FormClosing += delegate
{


Loading…
Cancel
Save