예제 #1
0
        public fPrincipale(IDepotClients p_depotClients)
        {
            InitializeComponent();

            this.m_depotClients = p_depotClients;

            this.RechercherClients();
        }
예제 #2
0
         public ClientUIConsole(IDepotClients p_depotClient)
          {
                 this.m_depotClient  =  p_depotClient;
             
 }
예제 #3
0
 public ModifierNomPrenomPremiereLettreMajusculesTraitementLot(IDepotClients p_depotClients)
 {
     this.m_depotClients = p_depotClients;
 }
예제 #4
0
         public ModifierPaysMajusculesClientsTraitementLot(IDepotClients p_depotClients)
          {
                 this.m_depotClients  =  p_depotClients;
             
 }
 public ModifierPaysMajusculesClientsTraitementLot(IDepotClients p_depotClients)
 {
     this.m_depotClients = p_depotClients;
 }
예제 #6
0
 public ClientUIConsole(IDepotClients p_depotClient)
 {
     this.m_depotClient = p_depotClient;
 }
예제 #7
0
         public ModifierNomPrenomPremiereLettreMajusculesTraitementLot(IDepotClients p_depotClients)
          {
                 this.m_depotClients  =  p_depotClients;
             
 }