Exemplo n.º 1
0
        private void ValidateForm()
        {
            Form1Test obj = new Form1Test();

            obj.Show();
            Console.WriteLine("Testing git!!!!");
        }
Exemplo n.º 2
0
 public constructorinp(Form1Test form)
 {
     InitializeComponent();
     this.parent = form;
 }