Esempio n. 1
0
        private void ViewPluginBtn_Click(object sender, EventArgs e)
        {
            PluginForm dlg = new PluginForm();

            dlg.PluginContext = SelectedPluginContext;

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

			dlg.ShowDialog(this);
		}