8 lines
85 B
C#
8 lines
85 B
C#
namespace Pilz.Updating;
|
|
|
|
public enum PackageAddressType
|
|
{
|
|
Http,
|
|
Local,
|
|
}
|