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