Exemplo n.º 1
0
        private void LoadFirstPage()
        {
            FirstPage firtsPage = new FirstPage();

            firtsPage.Show();
        }
Exemplo n.º 2
0
 private void LoadFirstPage()
 {
     FirstPage firtsPage = new FirstPage();
     firtsPage.Show();
 }