Aggiunto lettura del FIRST bunk da DB
This commit is contained in:
@@ -10,7 +10,15 @@
|
||||
<add key="RedisConn" value="nkcredis.steamware.net,abortConnect=false,ssl=false,password=nkc.password" />
|
||||
<add key="RedisConnAdmin" value="nkcredis.steamware.net,abortConnect=false,ssl=false,password=nkc.password,allowAdmin=true" />
|
||||
<add key="redisDb" value="0" />
|
||||
<!--conf x DB-->
|
||||
<!--Configurazioni DB per classi referenziate AppData e Steamware dll-->
|
||||
<add key="NKC_WFConnectionString" value="Data Source=SQL2016DEV;Initial Catalog=Sauder_NKC;Persist Security Info=True;User ID=conn_NKC;Password=pwd_NKC;"/>
|
||||
</appSettings>
|
||||
<!--<connectionStrings>
|
||||
<add name="AppData.Properties.Settings.Sauder_NKCConnectionString"
|
||||
connectionString="Data Source=SQL2016DEV;Initial Catalog=Sauder_NKC;Persist Security Info=True;User ID=conn_NKC;Password=pwd_NKC"
|
||||
providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>-->
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
|
||||
@@ -19,6 +19,10 @@ Public Class Form1
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
' caricamento del NEXT STACK da redis (come oggetto)
|
||||
Dim getFirstBunk = ComLib.prodGetFirstBunk()
|
||||
' ho un bunk coi suoi pannelli...
|
||||
|
||||
Label1.Text = $"Trovato il bunk {getFirstBunk.StackId} costituito da {getFirstBunk.PanelsList.Count} pannelli"
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user