License.key online in my host
Posted: Tue Feb 22, 2022 1:11 pm
Hi guys,
Is possibile I put file licese.key in my host and when Report open read this file online?
My code
Is possibile I put file licese.key in my host and when Report open read this file online?
My code
Code: Select all
public Form1()
{
InitializeComponent();
Stimulsoft.Base.StiLicense.LoadFromFile("license.key");
}