update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

View File

@@ -1,4 +1,5 @@
using DataMatrix.net;
using BarcodeLib.UI;
using DataMatrix.net;
using DatamatrixNF;
using System;
using System.Collections.Generic;
@@ -127,5 +128,13 @@ namespace BarcodeLib
return newImage;
}
public void Gen_BCK(string connectionstring)
{
Barcodekleber bck = new Barcodekleber(connectionstring);
bck.Show();
}
}
}