
public class WafersSurvey 
{
  
  /**
   * Default Constructor
   */
  public WafersSurvey() 
  {
    WSGUI instance = new WSGUI();
  }  
}
