I have the following problem, I'm making a popup to display information on the screen, almost the same way as a ShowDialog() , being this way:
GeneralPopUp popupErro = new GeneralPopUp("Titulo", "Mensagem");
GeneralPopUp.ACTION_TYPE at =...
asked by
19.08.2014 / 15:38