// Form ã表示ãã public class Form1 { Form2 form2 = new Form2() ; form2.Show() ; } public class Form2 { /* Form1 ã¨ä¸¦è¡æä½ã§ããå¦ç */ } // Form ããã¢ã¼ãã« ãã¤ã¢ãã°ã表示ãã public class Form1 { Form2 form2 = new Form2() ; form2.ShowDialog() ; : : form2.Dispose() ; } public class Form2 { /* Form1 ã¨ã¯ä¸¦è¡æä½ã§ããªãå¦ç */ } // Note: éãã Form2 ãéããªãéããForm1 ã¸ãã©ã¼ã«ã¹ãç§»åã§ããªãï¼ // Note: Form2 ã§ããããã㣠DialogResult ãè¨å®ããã¦ãã Button ãã¯ãªãã¯ã
{{#tags}}- {{label}}
{{/tags}}