public static void StartLoopCheckLicense(SparkWindow sparkWindow) { try { License.sparkWindow = sparkWindow; checkLicense = new Timer(10000); checkLicense.Elapsed += CheckLicense_Elapsed; checkLicense.Enabled = true; } catch { } }
public ChangeUserWindow(SparkWindow sparkWindow) { InitializeComponent(); this.sparkWindow = sparkWindow; }