示例#1
0
        public PluginInstallDialog(PluginCompiler compiler)
        {
            InitializeComponent();

            m_compiler = compiler;
        }
示例#2
0
 public PluginDialog(PluginCompiler compiler)
 {
     InitializeComponent();
     this.compiler = compiler;
 }