Create New Class

Creating a new class Menu > Project > Add Class In the new .cs file add the following: The namespace can be a distinct name, or for classes that are part of a main ap you can just use the ap’s namespace name. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; //—– NOTES —– […]

Read More