Skip to content

celiune/VeloMax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeloMax

BDD et interopérabilité Avril 2022

Set the correct connection string in

AffichageVeloMax.xaml.cs

BicycletteAffichage.xaml.cs

BoutiqueAffichage.xaml.cs

IndividuAffichage.xaml.cs

PieceAffichage.xaml.cs

namespace VELOMAX
{
    /// <summary>
    /// Logique d'interaction pour AffichageVeloMax.xaml
    /// </summary>
    public partial class AffichageVeloMax : Window
    {
        public AffichageVeloMax()
        {
            InitializeComponent();
            customizeDesign();
        }

        string connectionString = @"SERVER=localhost;PORT=3306;DATABASE=velomax;UID=userID;PASSWORD=password;";

Be sure to change with your own user UID and PASSWORD

Start the project

image

Identifiant = root Mot de passe = root

About

A WPF application of management of a bike company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages