Need gelp IPLocationCheck.cs!
Need Help IPLocationCheck.cs!
Code:
C:\Users\namo\Downloads\WarZServer\WarZ\WarZ\src\Scripts\WZBackend-ASP.NET\Site\App_Code\IPLocationCheck.cs(11,19): warning CS0414: The private field 'IPLocationCheck.DB_PATH' is assigned but its value is never used
C:\Users\namo\Downloads\WarZServer\WarZ\WarZ\src\Scripts\WZBackend-ASP.NET\Site\App_Code\IPLocationCheck.cs(12,19): warning CS0414: The private field 'IPLocationCheck.LIC_PATH' is assigned but its value is never used
Do I use never notify
Any help!
Re: Need gelp IPLocationCheck.cs!
Re: Need gelp IPLocationCheck.cs!
It's just a warning. As it says, the value is assigned to the variable but it's not being used.
Re: Need gelp IPLocationCheck.cs!