[Solved] Error: CS0103 The name ‘Me’ does not exist in the current context


You’re writing C#, not VB.

VB.NET uses Me as a reference to the current instance.

C# uses this

2

solved Error: CS0103 The name ‘Me’ does not exist in the current context