Exemplo n.º 1
0
 public bool Equals(LoginRDP other)
 {
     if (User == other.User && Pass == other.Pass)
     {
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 static LoginRDP()
 {
     None = new LoginRDP();
 }