how to pass value to anothe form csharp winform

Code Example - how to pass value to anothe form csharp winform

                
                        form1 frm= new form1();
form1.getdata="some string to be sent to form1";