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