Hello,
I am little bit confused.
ShopLogic sl = new ShopLogic();
What will be best use according to performence.
i need to create sl object once in a .CS file or create object again and again in different method.
Please guide me
Hello,
I am little bit confused.
ShopLogic sl = new ShopLogic();
What will be best use according to performence.
i need to create sl object once in a .CS file or create object again and again in different method.
Please guide me