Yes, you can derive a class from FlyGrid.
You should embed license file into assembly that contains class derived from FlyGrid.
Could you please give me an example?
If I have a class in C#:
namespace AAA.BBB.CCC
{
public class MyDerivedClassBase : NineRays.Windows.Forms.FlyGrid
{
public MyDerivedClassBase()
{
// ...
}
}
}
Is this all I have to do while creating the derived class?
What do you mean with the licence embedding into the assembly?
Please debug your class to know what's happen.
How can I do this? How to do this with the Designer of the Visual Studio?
Thank you for your help!
Best regards
msmile