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.
C#のボックスJavaSwingについてのコントロールなどを探しています。
写真のように更新 :
VSを使用している場合は、メニューで次を選択します。project>> add new itemVisualStudioabout boxでインストールされたテンプレート。
project
add new item
about box
その後:
var aboutBox = new AboutBox1(); aboutBox.ShowDialog();
この助けを願っています!