init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace DataPro.Core.PluginLib
|
||||
{
|
||||
/// <summary>
|
||||
/// Support class that stores data de-serialized from DatPro.Core.PluginLib.Config in App.Config configuration section
|
||||
/// </summary>
|
||||
[XmlRoot(ElementName = "DatPro.Core.PluginLib.Config")]
|
||||
public class PluginConfigData
|
||||
{
|
||||
[XmlArrayItem("Folder")]
|
||||
public string[] PluginFolders;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user