|
|
@ -2,23 +2,23 @@
|
|
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
|
|
|
|
|
|
|
string Upseudo;
|
|
|
|
string Upseudo = "u";
|
|
|
|
string Umail;
|
|
|
|
string Umail = "u";
|
|
|
|
string Upassword;
|
|
|
|
string Upassword = "u";
|
|
|
|
string nomImag;
|
|
|
|
string nomImag = "u";
|
|
|
|
string linkimage;
|
|
|
|
string linkimage = "u";
|
|
|
|
string position;
|
|
|
|
string position = "u";
|
|
|
|
string nomNote;
|
|
|
|
string nomNote = "u";
|
|
|
|
string logoPath;
|
|
|
|
string logoPath = "u";
|
|
|
|
string NomTag;
|
|
|
|
string NomTag = "u";
|
|
|
|
string color;
|
|
|
|
string color = "u";
|
|
|
|
string nom;
|
|
|
|
string nom = "u";
|
|
|
|
string choixNom;
|
|
|
|
string choixNom = "u";
|
|
|
|
string choixCouleur;
|
|
|
|
string choixCouleur = "u";
|
|
|
|
string choixModif;
|
|
|
|
string choixModif = "u";
|
|
|
|
string _image;
|
|
|
|
string _image = "u";
|
|
|
|
string choix;
|
|
|
|
string choix = "u";
|
|
|
|
string newColor;
|
|
|
|
string newColor = "u";
|
|
|
|
List<string> NewColorList;
|
|
|
|
List<string> NewColorList;
|
|
|
|
List<string> listCouleurs;
|
|
|
|
List<string> listCouleurs;
|
|
|
|
List<Note> _searchedNotes;
|
|
|
|
List<Note> _searchedNotes;
|
|
|
|