Exemplo n.º 1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     try
     {
         ListEntItems LEI = new ListEntItems(mapIndex, this.ifp);
         ((Button)LEI.Controls[0]).Click += new EventHandler(listEntItemsClose);
         LEI.Show();
     }
     catch
     {
     }
 }
Exemplo n.º 2
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     try
     {
         ListEntItems LEI = new ListEntItems(mapIndex, this.ifp);
         ((Button)LEI.Controls[0]).Click += new EventHandler(listEntItemsClose);
         LEI.Show();
     }
     catch
     {
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// The tool strip button 2_ click.
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The e.</param>
 /// <remarks></remarks>
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     try
     {
         ListEntItems LEI = new ListEntItems(map, this.ifp);
         LEI.Controls[0].Click += listEntItemsClose;
         LEI.Show();
     }
     catch
     {
     }
 }