예제 #1
0
        private void btnSyota_tietoa_Click(object sender, EventArgs e)
        {
            tietosyotto ts = new tietosyotto();

            ts.Show();
            this.Hide();
        }
예제 #2
0
        private void lpbackbtn_Click(object sender, EventArgs e)
        {
            tietosyotto ts = new tietosyotto();

            ts.Show();
            this.Hide();
        }