public static IdentificationService GetInstance() { if (_Instance == null) { _Instance = new IdentificationService(); } return(_Instance); }
public static void Lancer() { IdentificationService.GetInstance().OnCallChanged(TypeCall.StartAll); ArreterServeur(); }