예제 #1
0
        private void ViewPluginBtn_Click(object sender, EventArgs e)
        {
            PluginForm dlg = new PluginForm();

            dlg.PluginContext = SelectedPluginContext;

            dlg.ShowDialog(this);
        }
예제 #2
0
        private void ViewPluginBtn_Click(object sender, EventArgs e)
        {
            PluginForm dlg = new PluginForm();
            dlg.PluginContext = SelectedPluginContext;

            dlg.ShowDialog(this);
        }