For Mulaire Photo
For Mulaire Photo
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using MySql.Data.MySqlClient;
using System.IO;
namespace wCan2023MySQLProf
{
public partial class frmUtilisateurMySQL_Bis : Form
{
char optionAppel = 'A';
string DossierPhoto = @"C:\BJT_L2\wCan2023MySqlProf\PhotoJoueur\";
if (!DBNull.Value.Equals(row["UserLogin"])) vLogin =
(string)row["UserLogin"];
if (!DBNull.Value.Equals(row["UserNomPrenom"])) vNomPrenom =
(string)row["UserNomPrenom"];
if (!DBNull.Value.Equals(row["UserRole"])) vRole =
(string)row["UserRole"];
if (!DBNull.Value.Equals(row["UserEmail"])) vEmail =
(string)row["UserEmail"];