コード例 #1
0
ファイル: UpdateTest.cs プロジェクト: stefandzogovic/RES
 public void setup()
 {
     konzola  = new Konzola1();
     konzola2 = new Konzola2();
     lista    = new List <Item>();
     pfu      = new Pomocne_funkcijeUpdate();
     mtf      = new MyTupleFactory();
     qf       = new QueueFactory();
     dict     = new Dictionary <string, MyTuple <MyTuple <string, Queue>, MyTuple <string, Queue> > >();
 }
コード例 #2
0
 public void setup()
 {
     mtf  = new MyTupleFactory();
     qf   = new QueueFactory();
     pfc  = new Pomocne_funkcijeCreate(mtf, qf);
     pfs  = new Pomocne_funkcijeSubscribe(mtf, qf);
     pfu  = new Pomocne_funkcijeUpdate();
     meni = new Meni(pfc, pfs, pfu);
     cf   = new ClientFactory();
     srv  = new Serverr(cf, null);
 }