Ejemplo n.º 1
0
 static void insertAuto(DateTime debut, DateTime fin)
 {
     while (debut < fin)
     {
         Logs.WriteTxt(Chemins.CheminPing() + "192.168.30.230.txt", debut.ToString());
         debut = debut.AddSeconds(60);
     }
 }
Ejemplo n.º 2
0
 private void btn_ok_Click(object sender, EventArgs e)
 {
     pings = Logs.ReadTxt(Chemins.CheminPing() + com_registre.Text + ".txt");
     LoadView();
 }