Exemple #1
0
 private void toolStripSplitButtonTabl_ButtonClick(object sender, EventArgs e)
 {
     try
     {
         Edit_List_Viwe?.Invoke(this, EventArgs.Empty);
     }
     catch (Exception ex) { Remove_Die_Path?.Invoke(this, EventArgs.Empty); MessageBox.Show(ex.Message); }
 }
Exemple #2
0
 private void toolStripButtonUp_Click(object sender, EventArgs e)
 {
     try
     {
         Up?.Invoke(this, EventArgs.Empty);
         if (str != null)
         {
             DravItem();
         }
     }
     catch (Exception ex) { Remove_Die_Path?.Invoke(this, EventArgs.Empty); MessageBox.Show(ex.Message); }
 }