コード例 #1
0
 void toolButton_DoInsert(object sender, PointEventArgs e)
 {
     if (this.DoInsert != null)
     {
         this.DoInsert(this, e);
     }
 }
コード例 #2
0
 void groupPanel_DoInsert(object sender, PointEventArgs e)
 {
     this.RemoveGroupPanel();
     this.OnMouseLeave(new EventArgs());
     if (this.DoInsert != null)
     {
         this.DoInsert(this, e);
     }
 }