object reference not set to an instance of an object windows 10 code example
Example 1: object reference not set to an instance of an object in c#
You need to initialize the list first:
protected List<string> list = new List<string>();
Example 2: object reference not set to an instance of an object vb
Board1.Init()