Exemple #1
0
 protected virtual void OnSelected(SelectFaceArgs e)
 {
     if (this.Selected != null)
     {
         this.Selected(this, e);
     }
 }
 void _faceForm_AddFace(object sender, SelectFaceArgs e)
 {
     this.imgName = e.Img.FullName.Replace(Application.StartupPath + "\\", "");
     this.chatBoxSend.InsertDefaultEmotion((uint)e.ImageIndex);
 }