コード例 #1
0
 void _Plugin_CreateNewConfiguration(ConfigurationBase sender, DataTable table)
 {
     table.Rows.Add("PluginID", GUID);
     table.Rows.Add("Name", Name);
 }
コード例 #2
0
 void _ICEController_CreateNewConfiguration(ConfigurationBase sender, DataTable table)
 {
     //??table.Rows.Add("PluginID", GUID);
     //??table.Rows.Add("Name", Name);
 }