美文网首页
C#在VS中如何调用Resources资源

C#在VS中如何调用Resources资源

作者: using__ | 来源:发表于2019-03-17 10:34 被阅读0次

    1.在Properities中的Resources.resx中整理资源,调用如下

    this.button1.Image = global::MyNamespace.Properties.Resources.xxx;
    

    相关文章

      网友评论

          本文标题:C#在VS中如何调用Resources资源

          本文链接:https://www.haomeiwen.com/subject/triymqtx.html