namespace ClassLibrary { public class PassChecker { public static bool Password(string pass,string log) { return true; } } }