Beispiel #1
0
 public Image(Module app, String file)
     : base(app)
 {
     background = file;
 }