Exemplo n.º 1
0
 public FormIhm()
 {
     InitializeComponent();
     PimStateChanged += FormIhm_PimStateChanged;
     OnPimStateChanged(PimState.CreationBagage, true); //On commece à l'état Création Bagage et non pas déconnecter.
     proxy = new ServicePimClient();
 }