예제 #1
0
파일: Form1.cs 프로젝트: pJqEM5Kj/stuff
        private void Form1_Shown(object sender, EventArgs e)
        {
            Class1 qwe = new Class1();
            Text = qwe.i.ToString();

            pictureBox1.Image = qwe.getImage();
        }