0
you can instaniate the class object via declaring it in the class you want to use it in. ClassObject classObject = new ClassObject(); if the class you want to use lsnt in the same namespace then use a using statement to call the namespace that contains the class, after than you need to add a reference to that project > solution explorer > add reference > local (or custom) then too can declare the class. (not at my computer, sorry if this is overly complicated)
19th Dec 2017, 1:24 AM
John
John - avatar