45
Products
reviewed
99
Products
in account

Recent reviews by DaDhomochevsky

< 1  2  3  4  5 >
Showing 1-10 of 45 entries
No one has rated this review as helpful yet
15.5 hrs on record (4.0 hrs at review time)
Gracias a mi amigo Santiago que le regalo el juego mi amigo el chileno ahora puedo jugar esto de gratis gg ez
Posted March 23. Last edited March 26.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
27.3 hrs on record (26.4 hrs at review time)
TETAS SUBMARINAS-------+
Posted November 23, 2023.
Was this review helpful? Yes No Funny Award
5 people found this review helpful
4.4 hrs on record
JUEGO DE DIOS SOLO LO TERMINE POR LA PROMESA DE UNA HAMBURGUESA
Posted November 10, 2023.
Was this review helpful? Yes No Funny Award
4 people found this review helpful
1 person found this review funny
4.6 hrs on record (0.7 hrs at review time)
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Windows.Forms;

namespace UserManagementApp
{
public partial class MainForm : Form
{
private List<User> users = new List<User>();

public MainForm()
{
InitializeComponent();
}

private void MainForm_Load(object sender, EventArgs e)
{
// Puedes cargar datos o realizar otras configuraciones aquí.
}

private void RefreshDataGridView()
{
dataGridViewUsers.Rows.Clear();
foreach (var user in users)
{
dataGridViewUsers.Rows.Add(user.Name, user.Phone, user.Email, user.Address);
}
}

private void buttonAdd_Click(object sender, EventArgs e)
{
// Implementa la lógica para agregar un usuario aquí.
}

private void ClearInputFields()
{
// Implementa la lógica para limpiar los campos de entrada aquí.
}

private bool IsValidPhoneNumber(string phone)
{
// Implementa la validación de número de teléfono aquí.
}

private bool IsValidEmail(string email)
{
// Implementa la validación de correo electrónico aquí.
}
}

public class User
{
public string Name { get; }
public string Phone { get; }
public string Email { get; }
public string Address { get; }

public User(string name, string phone, string email, string address)
{
Name = name;
Phone = phone;
Email = email;
Address = address;
}
}
}
ahí tienen un programa básico de alta y baja de usuarios pa que no jueguen esto
Posted August 14, 2023.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
197.9 hrs on record (15.7 hrs at review time)
si
Posted May 3, 2023.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
9.1 hrs on record (3.2 hrs at review time)
la mea wea
Posted February 17, 2023. Last edited March 4, 2023.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
391.5 hrs on record (133.4 hrs at review time)
Early Access Review
la wea me volvi una momia y no me infecte
Posted February 13, 2023.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
30.3 hrs on record (3.1 hrs at review time)
Early Access Review
me lo termine el acto 1 y 2 en violencia en 3 horas
Posted January 23, 2023.
Was this review helpful? Yes No Funny Award
16 people found this review helpful
2 people found this review funny
36.7 hrs on record (26.1 hrs at review time)
semental del culo
Posted May 29, 2022.
Was this review helpful? Yes No Funny Award
No one has rated this review as helpful yet
16.2 hrs on record (15.2 hrs at review time)
Juegaso la verdad
Posted April 17, 2022.
Was this review helpful? Yes No Funny Award
< 1  2  3  4  5 >
Showing 1-10 of 45 entries