예제 #1
0
 public EmoticonLayer()
 {
     parentForm = null;
     initElement();
 }
예제 #2
0
 public EmoticonLayer(MainForm parrent)
 {
     parentForm = parrent;
     initElement();
 }