|
|
|
@ -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 |
|
|
|
{ |
|
|
|
|