0
votes
votes
1 answers
How to link to classes in c#
[code] namespace BankForms { public class Account { #region Private details private string name; private string address; private int accountnumber; private strin ...
blah blah blah is here! blah blah » Close
[code] namespace BankForms { public class Account { #region Private details private string name; private string address; private int accountnumber; private strin ...
Got feedack? Found a bug? report it here.