Questions tagged as 'visibilidade'

1
answer

Protecting methods of a DLL [duplicate]

I have a DLL that has several internal methods, I want to protect these internal methods so that they are called only by the DLL itself. Is there any way to define which methods can be called externally from the DLL?     
asked by 22.02.2017 / 20:25
1
answer

Use method of another class

I need to execute a method that is in another class. I think the two are non-activity classes. The following class has a method called connect() . When this method is executed, at the end of it I want to call another method that is in a...
asked by 26.09.2015 / 14:09
1
answer

I need invisible text to be visible in javascript

My problem is this: I need invisible text to be visible when the user clicks on the image. So far so good, but I can not get the text to start invisible on the page .. This is my program (these are signs): <script language = "javascript...
asked by 09.12.2017 / 05:12