Exemplo n.º 1
0
        private void ProfileBtn_Click(object sender, RoutedEventArgs e)//avab useri profiili
        {
            Profile p = new Profile();

            p.Show();
        }
Exemplo n.º 2
0
        private void ProfileBtn_Click(object sender, RoutedEventArgs e)//profiili nupp
        {
            Profile p = new Profile();

            p.Show();
        }