コード例 #1
0
        private void txButton2_Click(object sender, EventArgs e)
        {
            PopForm win = new PopForm();

            win.Show();
        }
コード例 #2
0
        public FormMain()
        {
            InitializeComponent();

            tf = new PopForm();
        }