//================================================================ //Getter and Setter //================================================================ public static BackOutFunction Instance() { if (INSTANCE == null) { INSTANCE = new BackOutFunction(); } return INSTANCE; }
//================================================================ //Getter and Setter //================================================================ public static BackOutFunction Instance() { if (INSTANCE == null) { INSTANCE = new BackOutFunction(); } return(INSTANCE); }