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