Example #1
0
        private void tosettdbm_Click(object sender, EventArgs e)
        {
            App_Shoppe apso = new App_Shoppe();

            apso.Show();
            this.Close();
        }
Example #2
0
        private void rstrtshp_Click(object sender, EventArgs e)
        {
            App_Shoppe shp = new App_Shoppe();

            shp.Show();
            this.Close();
        }