ok
f298c276d33ca773d1cea3837db90e2ed995e9aa
1 files changed
RedisGui/FormMain.cs
diff --git a/RedisGui/FormMain.cs b/RedisGui/FormMain.cs
index 66b49bd..281386a 100644
--- a/RedisGui/FormMain.cs
+++ b/RedisGui/FormMain.cs
@@ -162,9 +162,10 @@ public partial class FormMain : Form
{
if (entry.Value.Box() is byte[] buffer)
{
+ this.listView1.Items.Add(new ListViewItem([entry.Name.ToString(), $"*binary* (len {buffer.Length})"]));
//this.txtData.Text = Helper.ConvertByteArrayToHexText(buffer);
Helper.SessionDecoder(this.listView1, buffer);
- val = $"*binary* (len {buffer.Length})";
+ continue;
}
}
break;