Erstelleung Klasse
This commit is contained in:
parent
66a28715bc
commit
46f769f349
@ -1,2 +1,12 @@
|
||||
import java.lang.reflect.Array;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class GebietsDatei {
|
||||
|
||||
public String dateiname;
|
||||
|
||||
public GebietsDatei(String dateiname) {
|
||||
this.dateiname = dateiname;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user