Skip to content

TheCodeRDayI/csharp-wpf-ofb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project purpose

With this project that I did in my spare time in high school, I wanted to develop a project that my high school teacher could use as a resource for new students. Since it is the first project, there may be mistakes and omissions.

Solition Explorer / Layered Architecture

screenshot.png,

DataBase

Previously MS-SQL was used, but I had to switch to MySQL.

Used Packets

Used .dll

  • MySql.Data.dll
  • webcam_capture.dll

Edit DataBase Info

OFB.Data/Sql/SqlBaglanti.cs

  #region MYSQL_Local
  using (var baglanti = new MySqlConnection("SERVER=127.0.0.1;PORT=3306;DATABASE=ofb;UID=root;PWD=mysql;"))
  {
      baglanti.Open();
      return baglanti;
  }
  #endregion

Images

screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png screenshot.png

Images-Modern MessageBox

screenshot.png screenshot.png screenshot.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages