What are the benefits of resource(.resx) files?

前端 未结 5 1677
萌比男神i
萌比男神i 2020-11-27 13:31

What compelling reasons exist for using them?

5条回答
  •  借酒劲吻你
    2020-11-27 14:20

    Resource files enable you to change the text/graphics your program will display without editting the code of the program itself. For many reasons, it is often considered ideal to avoid needing to edit your program's source code in order to make changes that are not part of your application's logic.

提交回复
热议问题