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.
子ダイアログ (テキストボックスなど) に情報を入力し、その情報を親ダイアログに表示 (または転送) できるようにする「親子」ダイアログ関係を設定しようとしています ( label) String int などとして保存できます
これを行う方法はありますか?コードサンプルをいただければ幸いです。
ダイアログ コンストラクター メソッドで親への参照を渡すことができます。次に、必要なメソッドを親に実装すると、任意のデータを親に渡すことができます。