Hello

I'm trying to write a class library for a program.

The program underwent a revision recently and previous class libraries will no longer work.

the original method used in the class libraries was;

List<Form> Startup()

and the new method is now

void Startup();

using

Application.ProductVersion

Can the Startup method be changed based on the return of the Application.ProductVersion?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.