Ejemplo n.º 1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     NeiroGraphUtils.ClearImage(pictureBox1);
     nw = new NeiroWeb();
     string[] items = nw.GetLiteras();
     if (items.Length > 0)
     {
         comboBox1.Items.AddRange(items);
         comboBox1.SelectedIndex = 0;
     }
 }
Ejemplo n.º 2
0
 public void picturebox_clean()
 {
     NeiroGraphUtils.ClearImage(pictureBox1);
     NeiroGraphUtils.ClearImage(pictureBox2);
     NeiroGraphUtils.ClearImage(pictureBox3);
 }