diff --git a/RedisExample.sln b/RedisExample.sln index 7233fb5..a77c695 100644 --- a/RedisExample.sln +++ b/RedisExample.sln @@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29503.13 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RedisExample", "RedisExample\RedisExample.vbproj", "{9694C356-E431-4861-A120-ADEE2AAD6345}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppData", "AppData\AppData.csproj", "{4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NKC_SDK", "NKC_SDK\NKC_SDK.csproj", "{5A0B6E45-169B-44D4-9E24-13718B8EB7CC}" EndProject Global @@ -22,12 +20,6 @@ Global {9694C356-E431-4861-A120-ADEE2AAD6345}.Debug-LELE|Any CPU.Build.0 = Debug|Any CPU {9694C356-E431-4861-A120-ADEE2AAD6345}.Release|Any CPU.ActiveCfg = Release|Any CPU {9694C356-E431-4861-A120-ADEE2AAD6345}.Release|Any CPU.Build.0 = Release|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Debug-LELE|Any CPU.ActiveCfg = Debug-LELE|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Debug-LELE|Any CPU.Build.0 = Debug-LELE|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4308EA22-4C18-4A77-84DF-C6BCDD7BD07C}.Release|Any CPU.Build.0 = Release|Any CPU {5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU {5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Debug-LELE|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/RedisExample/Form1.vb b/RedisExample/Form1.vb index 1d1fe77..38980d6 100644 --- a/RedisExample/Form1.vb +++ b/RedisExample/Form1.vb @@ -1,5 +1,4 @@ -Imports AppData.ComLib -Imports NKC_SDK +Imports NKC_SDK Imports SteamWare @@ -18,8 +17,8 @@ Public Class Form1 memLayer.ML.setRSV(redKey, "ciao " & DateTime.Now.ToString()) 'ComLib.sendMaterials() Label1.Text = memLayer.ML.getRSV(redKey) - Dim x As New Takt - x = readTakt("PROD", "20190821.1") + 'Dim x As New Takt + 'x = readTakt("PROD", "20190821.1") 'x.StackList(0).PanelsList(0).Printing() 'Dim d = memLayer.ML.connRedis.Configure. 'Dim h = memLayer.ML.connRedis @@ -34,10 +33,10 @@ Public Class Form1 'Dim getFirstBunk = ComLib.prodGetFirstBunk() ' ho un bunk coi suoi pannelli... - Label1.Text = $"Trovato il bunk {getFirstBunk.StackId} costituito da {getFirstBunk.PanelsList.Count} pannelli" + Label1.Text = $"Trovato il bunk {getFirstBunk.BunkId} costituito da {getFirstBunk.SheetList.Count} pannelli" ' salvo bunk corrente - txtCurrBunk.Text = getFirstBunk.StackId + txtCurrBunk.Text = getFirstBunk.BunkId ' visualizzo btn nextBunk btnNextBunk.Visible = True @@ -72,7 +71,7 @@ Public Class Form1 ' mostro risultato... If Not IsNothing(nextBunk) Then - lblNextBunk.Text = nextBunk.StackId + lblNextBunk.Text = nextBunk.BunkId Else lblNextBunk.Text = "none" End If diff --git a/RedisExample/RedisExample.vbproj b/RedisExample/RedisExample.vbproj index 611fac7..6a97742 100644 --- a/RedisExample/RedisExample.vbproj +++ b/RedisExample/RedisExample.vbproj @@ -185,10 +185,6 @@ - - {4308ea22-4c18-4a77-84df-c6bcdd7bd07c} - AppData - {5a0b6e45-169b-44d4-9e24-13718b8eb7cc} NKC_SDK