help me with this code i get "} expected" error when i try to build it with visual basic 2015
using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace Chknet_Monitor.Properties { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [DebuggerNonUserCode] [CompilerGenerated] internal class Resources { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; internal Resources() { } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (Chknet_Monitor.Properties.Resources.resourceMan == null) Chknet_Monitor.Properties.Resources.resourceMan = new ResourceManager("Chknet_Monitor.Properties.Resources", typeof (Chknet_Monitor.Properties.Resources).Assembly); return Chknet_Monitor.Properties.Resources.resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get => Chknet_Monitor.Properties.Resources.resourceCulture; set => Chknet_Monitor.Properties.Resources.resourceCulture = value; } } }