class Drawing.Data.UnData { var drawData; function UnData(data) { drawData = data.split(","); } // End of the function } // End of Class