Exemplo n.º 1
0
 public GeneItem(CwApp app, CwNode node)
 {
     App  = app;
     Node = node;
 }
Exemplo n.º 2
0
 protected bool Equals(CwApp other)
 {
     return(string.Equals(Image, other.Image, StringComparison.InvariantCultureIgnoreCase) && Port == other.Port && ScenarioAppId == other.ScenarioAppId);
 }