I cannot seem to create an instance and access another class or form in C#. however in Windows Development in C# I am able to create an instance of another form
is there a way to create and initialise another form in C# mobile development?
usually its:
private frmSomeform = new frmSomeform();
etc....
but i cannot get the name of the form to show in mobile development.
