16 lines
438 B
Java
16 lines
438 B
Java
package de.dejan_hopp;
|
|
|
|
import java.util.Properties;
|
|
|
|
public class Datenblatt {
|
|
public static Properties cpu=new Properties();
|
|
public static Properties gpu=new Properties();
|
|
public static Properties storage=new Properties();
|
|
public static Properties memory=new Properties();
|
|
public static Properties os=new Properties();
|
|
public static Properties price =new Properties();
|
|
|
|
public static int storageAnzahl=1;
|
|
|
|
}
|