상속: RequestCommon
예제 #1
0
        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");
        }
예제 #2
0
        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");
        }