void _Plugin_CreateNewConfiguration(ConfigurationBase sender, DataTable table) { table.Rows.Add("PluginID", GUID); table.Rows.Add("Name", Name); }
void _ICEController_CreateNewConfiguration(ConfigurationBase sender, DataTable table) { //??table.Rows.Add("PluginID", GUID); //??table.Rows.Add("Name", Name); }