8 lines
101 B
C#
8 lines
101 B
C#
namespace Prise.Plugin
|
|
{
|
|
public enum ProvidedBy
|
|
{
|
|
Plugin = 0,
|
|
Host
|
|
}
|
|
} |