Browse Source

[Modify] Edit it

pull/117/merge
sta 4 years ago
parent
commit
7951ef012f
  1. 2
      Example3/Program.cs

2
Example3/Program.cs

@ -74,7 +74,7 @@ namespace Example3
// Return user name, password, and roles.
return name == "nobita"
? new NetworkCredential (name, "password", "gunfighter")
: null; // If the user credentials aren't found.
: null; // If the user credentials are not found.
};
*/

Loading…
Cancel
Save