Пример #1
0
 public Form1()
 {
     output = new Form2();
     eqmem = new EQmemory();
     pather = new Pather(eqmem, output);
     InitializeComponent();
 }
Пример #2
0
 public Pather(EQmemory mem, Form2 o)
 {
     eqmem = mem;
     output = o;
 }