R reywell211 Honorary Poster Apr 26, 2017 #1 guys ano ibig sabihin nito "a namespace does not directly contain members such as fields or methods"
M Matulis_2 Forum Expert Apr 26, 2017 #2 try this paps: public class { private string uname; private string upassword; public string string_uname { get { return uname; } set { uname=value; } } public string string_upassword { get { return upassword; } set { upassword=value; } } } Upvote 0 Downvote
try this paps: public class { private string uname; private string upassword; public string string_uname { get { return uname; } set { uname=value; } } public string string_upassword { get { return upassword; } set { upassword=value; } } }