Inheritance: RequestCommon
        private void Form1_Load(object sender, EventArgs e)
        {
            req = new MultiAttempt();
            this.txtExternalRegId.Text = req.RegId;
            this.txtSecret.Text        = req.Secret;
            this.txtURL.Text           = req.URL;

            this.textBox1.Text = File.ReadAllText(@"README.txt");
        }
        private void Form1_Load(object sender, EventArgs e)
        {
            req = new MultiAttempt();
            this.txtExternalRegId.Text = req.RegId;
            this.txtSecret.Text = req.Secret;
            this.txtURL.Text = req.URL;

            this.textBox1.Text = File.ReadAllText(@"README.txt");
        }