G
Guest
I have a form named frmDetails which host numerous tab controls. There’s
bunch of code written to make each tab perform specific task. With the amount
of code sitting behind, isolating code into Regions is not making it better.
How can I isolation code into various Partial Classes for the form?
I tried adding a class and adding Partial Public Class frmStockDetails, but
it create a separate node for it and also creates a form for it as well.
Please help.
Thanks
bunch of code written to make each tab perform specific task. With the amount
of code sitting behind, isolating code into Regions is not making it better.
How can I isolation code into various Partial Classes for the form?
I tried adding a class and adding Partial Public Class frmStockDetails, but
it create a separate node for it and also creates a form for it as well.
Please help.
Thanks