예제 #1
0
파일: PIM.cs 프로젝트: MaximeVernusset/PIM
 /// <summary>
 /// Constructeur.
 /// </summary>
 public PIM()
 {
     InitializeComponent();
     this.PimStateChanged += PIM_PimStateChanged;
     this.proxy            = new ServiceReferencePim.ServicePimClient();
     this.State            = PimState.Deconnecte;
 }
예제 #2
0
파일: PIM.cs 프로젝트: romarcucci/MyAirport
 public PIM()
 {
     InitializeComponent();
     this.PimStateChanged += PIM_PimStateChanged;
     proxy = new ServiceReferencePim.ServicePimClient();
 }