..
This commit is contained in:
@@ -78,6 +78,7 @@ namespace Project
|
||||
if (!Pub.setting.Barcode.isEmpty()) Pub.barcode.PortName = Pub.setting.Barcode;
|
||||
Pub.barcode.ReceiveData += barcode_ReceiveData;
|
||||
|
||||
FCOMMON.info.camIndex = Pub.setting.CamIndex;
|
||||
UpdateControls();
|
||||
|
||||
tmDisplay.Start(); //display timer
|
||||
@@ -145,6 +146,7 @@ namespace Project
|
||||
fSetting f = new fSetting();
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
FCOMMON.info.camIndex = Pub.setting.CamIndex;
|
||||
Pub.setting.Save();
|
||||
Pub.log.AddI("Setting Save");
|
||||
Pub.log.Add(Pub.setting.ToString());
|
||||
|
||||
Reference in New Issue
Block a user