Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
namespace app.Share.Common
|
||||
{
|
||||
public class HostSelectCriterion : SelectCriterion
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int[] IPAddress { get; set; }
|
||||
public string DomainName { get; set; }
|
||||
public string OSName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user