예제 #1
0
 public Form_Serveur_Distant(Form_Empreinte parent)
 {
     InitializeComponent();
     Configuration.Load(this);
     this.txt_ip.Font   = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_port.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.F_parent      = parent;
 }
예제 #2
0
 public Form_View_Pointeuse(Form_Empreinte form)
 {
     InitializeComponent();
     this.form = form;
 }