AgileNET (code virtualization on 1 method only, no other protector features used)
What's New in Version 01/01/1970 12:00 AM See changelog
Released
No changelog available for this version.
private void btn_Click(object sender, EventArgs e) { if (string.IsNullOrEmpty(txt.Text) || !txt.Text[0].Equals(txt.Text[txt.Text.Length - 1])) { MessageBox.Show("please enter a valid serial"); return; } else d0(); }
initial
Recommended Comments
There are no comments to display.