Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you didn't want to pass all of your parameters as an object[], then you'll want to change your constructor so that it does not expect an object, but just 3 regular parameters. Then, you can remove the outer object from the CreateInstance() call.
|