CS0120 – An object reference is required for the non-static field, method, or property ‘xyz’
The error message CS0120 – An object reference is required for the non-static field, method, or property ‘xyz’ in C# indicates that you are trying to access a non-static member….