Beispiel #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     NeiroGraphUtils.ClearImage(pictureBox1);
     nw = new NeiroWeb();
     string[] items = nw.GetLiteras();
     if (items.Length > 0)
     {
         comboBox.Items.AddRange(items);
         comboBox.SelectedIndex = 0;
     }
 }
Beispiel #2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Clear();
     nw = new NeiroWeb();
     StatusUpdate();
 }