Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: WinFormsの別のフォームのコントロールにアクセスするための最良の方法は?
MainForm(Form1)のform2にあるserialPort1にアクセスするにはどうすればよいですか?serialPort1コントロールに関連するメソッドを使用したいですか?
SerialPortエントリポイント クラスなどの静的な場所にオブジェクトを格納するProgramと、プログラムの存続期間中、プロジェクトのどこからでもアクセスできます。
SerialPort
Program
また、フィールドに " " よりもわかりやすい名前を付けることも検討してくださいserialPort1。
serialPort1