update 20240925
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user