Beispiel #1
0
 public static void tsDecupati_Click(object sender, EventArgs e)
 {
     try
     {
         IMembriComuniControalePersonalizate ctrlAtasat = lControlTinta;// (IMembriComuniControalePersonalizate)((ToolStripMenuItem)sender).Tag;
         if (ctrlAtasat.AcceptaActiunea(EnumTipActiuneControl.Decupare))
         {
             ctrlAtasat.Cut();
         }
     }
     catch (Exception)
     {
     }
 }