OK, we'd do it in the one of the upcoming updates...
amro wrote:
Well, I can't speak for anyone else, but I wouldn't mind changing my current project(s) to use the interface in a simpler manner.. it's just some refactoring.
However, a solution would be to simply add to the existing OCX, rather than hiding the methods we currently use, just leave them there and people can choose. You can then just provide us with examples of the new usage..which should be just a few lines of code..
StartBurn burner = new StartBurn();
burner.SetLicenseKey(...);
burner.setMode(StarBurn.Data);
...
You get the idea..lots of ways you could do it