Ejemplo n.º 1
0
        private void profilemanagementBut_Click(object sender, RoutedEventArgs e)
        {
            ProfileManagement UC2 = new ProfileManagement(identity, this);

            stkmanagement.Children.Add(UC2);
            UC2.image_man.Source = image_prof.Source;
        }
Ejemplo n.º 2
0
 public DOBUI(ProfileManagement main, ChangeWindow main2)
 {
     UCDOB    = main;
     PopUp    = main2;
     identity = main.identity;
     InitializeComponent();
 }
Ejemplo n.º 3
0
 public NameUI(ProfileManagement main, ChangeWindow main2, Launcher main3)
 {
     UCName   = main;
     PopUp    = main2;
     launch   = main3;
     identity = main.identity;
     InitializeComponent();
 }
Ejemplo n.º 4
0
 public LoginUI(ProfileManagement main, ChangeWindow main2, int a)
 {
     _a       = a;
     UC       = main;
     PopUp    = main2;
     identity = main.identity;
     InitializeComponent();
 }