G
GS
I would like refactor up the user control file into a couple of files of
logically grouped members.
I managed to split all excel related function and members into the code file
named excelUtil.cs with the same partial class name. no problem there.
However when I try to refactor further groups of members into another code
file in the same manner, members in the new file just can't access any
controls.
what gives? Do I have to start a new class and instantiate to use?
logically grouped members.
I managed to split all excel related function and members into the code file
named excelUtil.cs with the same partial class name. no problem there.
However when I try to refactor further groups of members into another code
file in the same manner, members in the new file just can't access any
controls.
what gives? Do I have to start a new class and instantiate to use?