ComponentResourceManager 类使用例子

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wqq1027/article/details/85115325
   System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
        ((System.Drawing.Icon)(resources.GetObject("ico.Icon")));

猜你喜欢

转载自blog.csdn.net/wqq1027/article/details/85115325