launchSettings.json 156 B

12345678
  1. {
  2. "profiles": {
  3. "MessageBox": {
  4. "commandName": "Project",
  5. "commandLineArgs": "操作确认 要退出吗 YesNo Warning Button1"
  6. }
  7. }
  8. }