static void Main()
 {
     SomeForm myForm = new SomeForm();
     // Uncomment the following line to test the right-to-left feature.
     //myForm.RightToLeft = RightToLeft.Yes;
     Application.Run(myForm);
 }
        static void Main()
        {
            SomeForm myForm = new SomeForm();

            // Uncomment the following line to test the right-to-left feature.
            //myForm.RightToLeft = RightToLeft.Yes;
            Application.Run(myForm);
        }