Exemplo n.º 1
0
 public static void SetupHyperImage(Image img)
 {
     mHyperImage = new HyperImage(img);
 }
Exemplo n.º 2
0
 public HyperImage_without_image(HyperImage hyper)
 {
     name      = hyper.name;
     locations = hyper.locations;
     texts     = hyper.texts;
 }