G
Guillaume BRAUX
Hello,
I am looking for a way to create a method that will be available to other
classes in my project, but without needing to instanciate the class.
I don't want this method to be static (il would be too easy ^^) !
Finally, i'd like to call my method by only doing "methodClass.myClass()"
without having to instanciate "methodClass" before (like form1.ActiveForm or
Form1.DefaultFont that do not need to instanciate form1 to use them ...).
Thanks for your help,
Guillaume,
Paris, FR.
I am looking for a way to create a method that will be available to other
classes in my project, but without needing to instanciate the class.
I don't want this method to be static (il would be too easy ^^) !
Finally, i'd like to call my method by only doing "methodClass.myClass()"
without having to instanciate "methodClass" before (like form1.ActiveForm or
Form1.DefaultFont that do not need to instanciate form1 to use them ...).
Thanks for your help,
Guillaume,
Paris, FR.