コード例 #1
0
ファイル: EmoticonLayer.cs プロジェクト: nibomed/Emoticoner
 public EmoticonLayer()
 {
     parentForm = null;
     initElement();
 }
コード例 #2
0
ファイル: EmoticonLayer.cs プロジェクト: nibomed/Emoticoner
 public EmoticonLayer(MainForm parrent)
 {
     parentForm = parrent;
     initElement();
 }