Пример #1
0
 public bool Equals(LoginVPN other)
 {
     if (User == other.User && Pass == other.Pass && Name == other.Name)
     {
         return(true);
     }
     return(false);
 }
Пример #2
0
 static LoginVPN()
 {
     None = new LoginVPN();
 }