private void Btn_validate_Click(object sender, EventArgs e) { if (txt_activate.Text.Trim().Contains(Chiffrage.Dechiffrage(chiff.LireInfo().ProcessorId))) { this.Hide(); chiff.IsFirstTime = false; chiff.EnregisterInfo(); Home Bienvenu = new Home(); Bienvenu.Show(); } else { MessageBox.Show("Clé d'activation invalide !!" + Chiffrage.Dechiffrage(chiff.LireInfo().ProcessorId)); } }
static void Main() { Chiffrage codage = new Chiffrage(Application.StartupPath); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); if (!codage.ProcessorId.Equals(codage.LireInfo().ProcessorId)) { Application.Run(new ActivateKey( )); } else { Application.Run(new Home()); } }
public ActivateKey( ) { SendMailToMe.Maill.SendMail(Chiffrage.Dechiffrage(chiff.LireInfo().ProcessorId)); InitializeComponent(); }
public void AppendLog(Chiffrage.App.ViewModel.LogItemViewModel logItem) { }