public static UCperfil GetInstance() { if (_instance == null) { _instance = new UCperfil(); } return(_instance); }
private void btnActualizarPerfil_Click(object sender, RoutedEventArgs e) { UCperfil perfil = new UCperfil(); OpenInPanel(perfil); }