Example #1
0
 public Paquet(TypePaquet Type)
 {
     this.Type = Type;
 }
Example #2
0
 public Paquet(TypePaquet Type)
 {
     this.Type = Type;
 }
Example #3
0
 // Type de paquet
 protected absPaquet(TypePaquet Type)
 {
     this.Type = Type;
 }
Example #4
0
 protected InitPaquet(string Fichier, TypePaquet type) : base(type)
 {
     m_Fichier = Fichier;
     m_Mode    = "octet";
 }
 public TypePaquetAttribute(TypePaquet Type)
 {
     m_Type = Type;
 }