A
Aung
I have two classes under the same namespace. something like this:
class1
~~~~~
namespace myProject
{
class myUI
{
public System.Windows.Forms.Label lblStatus;
class1
~~~~~
namespace myProject
{
class myUI
{
public System.Windows.Forms.Label lblStatus;