Exemplo n.º 1
0
 public override void Excute()
 {
     get_par();
     AP.set_selected_item(s);
     if (AP.get_selected_item() is Item.ImageItem)
     {
         AP.Inter.activeimage_options();
     }
     else
     {
         AP.Inter.activatetext_options();
     }
 }