I have been provided a 3rd party DLL.
I first tried to initiate the object like so:
TestClass MyClass = new TestClass();
But Visual Studio tells me to use the Interface.
I've never done this before and don't know where to start.
The error:
The Type 'MyClass.blabla' has no constructors defined Interope type 'MyClass.Subclass' cannot be embedded. Use the applicable interface instead.