예제 #1
0
 public Tegneserie(JoyRomeo romeo, Form1 form)
 {
     form1       = form;
     børnemuseum = new Lingo(new Børneleg(form1).passMeTheSugar(320), new Børnetid(new Afmagt(700.0, 440f, form), form1), 350, form1);
     juklas      = romeo.partyTime();
     jongo       = romeo;
     new Afmagt(200.0, 5000f, form1).buildUP(300);
     form1.BlackStrangeSpellOut(200);
 }