public EmoticonLayer() { parentForm = null; initElement(); }
public EmoticonLayer(MainForm parrent) { parentForm = parrent; initElement(); }