Parents
  • Dear experts,

    im still waiting for your suggestion, the below is my code, which i have created a simple windows form.





    namespace FINDREPLACE1
    {
       [PMLNetCallable()]
       public class PMLnetMain
       {


           [PMLNetCallable()]
           public PMLnetMain()
           {


           }


           [PMLNetCallable()]
           public void Assign(PMLnetMain that)
           {


           }


           [PMLNetCallable()]
           public void Start()
           {








               Form1 ttt = new Form1();


               ttt.Show();


           }








       }
    }
Reply
  • Dear experts,

    im still waiting for your suggestion, the below is my code, which i have created a simple windows form.





    namespace FINDREPLACE1
    {
       [PMLNetCallable()]
       public class PMLnetMain
       {


           [PMLNetCallable()]
           public PMLnetMain()
           {


           }


           [PMLNetCallable()]
           public void Assign(PMLnetMain that)
           {


           }


           [PMLNetCallable()]
           public void Start()
           {








               Form1 ttt = new Form1();


               ttt.Show();


           }








       }
    }
Children
No Data