Precedente Successivo Modifica Rinomina Undo Search Amministrazione
| Documentazione |
Public Sub _new ( ... )The _new metodo is called when a new object of this classe is created. This method can takes any argument, and must return nothing (the created object is managed and returned by the interpreter). The _new parameters will come from the NEW operator parameters. Use this method to initialize the newly created object.