• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  

资源简介

 visual studio风格窗体

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Reflection;
using System.Text;
using System.Windows.Forms;
//Download by http://www.codefans.net
namespace MyFormDesinger
{
    public partial class AddControlDialog : Form
    {
        public string FullName = ““;
        public string CtrlName = ““;
        public AddControlDialog()
        {
            InitializeComponent();
        }
        public Assembly Assembly
        {
            set
            {
                listBox1.Items.Clear();
                foreach (Module module in value.GetModules())
                {
                    foreach (Type type in module.GetTypes())
                    {
                       

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

----------- ---------  ---------- -----  ----

               147953                    31


评论

共有 条评论