Package org.xrace.model.identification.compte

Examples of org.xrace.model.identification.compte.ParametresGestionEvenements


  public ParametresGestionEvenements getParametresGestionEvenements()
  {
    if (parametresGestionEvenements == null)
    {
      parametresGestionEvenements = new ParametresGestionEvenements();
    }

    return parametresGestionEvenements;
  }
View Full Code Here

TOP

Related Classes of org.xrace.model.identification.compte.ParametresGestionEvenements

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.