diff --git a/Business/Menus.cs b/Business/Menus.cs index b721f3b..c09082c 100644 --- a/Business/Menus.cs +++ b/Business/Menus.cs @@ -668,6 +668,7 @@ namespace SystemTrayMenu.Business } dgv.DataSource = dataTable; + dgv.Columns["data"].Visible = false; } DataGridView dgv = menu.GetDataGridView(); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 07a620f..ba7fc32 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.17.47")] -[assembly: AssemblyFileVersion("1.0.17.47")] +[assembly: AssemblyVersion("1.0.17.48")] +[assembly: AssemblyFileVersion("1.0.17.48")]