M
Max
New to winforms, I'm trying to break up my code to not have so much in the
main form, so I'm moving code outside into reusable code. My concern is that
I'm passing huge objects like entire datagrids BYREF to modify and molest in
my functions. Are there any performance issues I need to worry about? I want
my app to use as little memory and cpu resources as possible.
-Max
main form, so I'm moving code outside into reusable code. My concern is that
I'm passing huge objects like entire datagrids BYREF to modify and molest in
my functions. Are there any performance issues I need to worry about? I want
my app to use as little memory and cpu resources as possible.
-Max