public static SsDTPList getInstance() { if (uniqueInstance == null) uniqueInstance = new SsDTPList(); return uniqueInstance; }
public static SsDTPList getInstance() { if (uniqueInstance == null) { uniqueInstance = new SsDTPList(); } return(uniqueInstance); }