Ajout de la persistence des paramètres d'affichage et de la taille de la fenêtre principale
This commit is contained in:
@ -23,5 +23,71 @@ namespace Hermes.Model {
|
||||
public string ovhSmsConsumerKey {
|
||||
get; set;
|
||||
}
|
||||
public bool civiliteViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool nomViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool nomNaissanceViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool prenomViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool ageViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool professionViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool typeResidenceViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool mailViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool telViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool telPortViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool quartierViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseBatimentViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseNumeroBatimentViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseExtViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseExtCPViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool adresseExtVilleViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool dateCreationViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public bool dateModificationViewEnabled {
|
||||
get; set;
|
||||
}
|
||||
public int windowHeight {
|
||||
get; set;
|
||||
}
|
||||
public int windowWidth {
|
||||
get; set;
|
||||
}
|
||||
public bool windowMaximized {
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user