/// <summary>
 /// Constructs a new instance.
 /// </summary>
 public Server_MenuClick_QueryAnalyzer()
 {
     // Do not delete - a parameterless constructor is required!
     myRepo = new ADS_startRepository();
 }
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 public StartQueryAnalyzer()
 {
     myRepo = new ADS_startRepository();
 }
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 public UnRegisterServer()
 {
     myRepo = new ADS_startRepository();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 public RegisteredServer()
 {
     // Do not delete - a parameterless constructor is required!
     myRepo = new ADS_startRepository();
 }
 /// <summary>
 /// Constructs a new instance.
 /// </summary>
 public Server_PropertiesUpdate()
 {
     myRepo = new ADS_startRepository();
     // Do not delete - a parameterless constructor is required!
 }