votes
C# calling method problem
Hi everybody. I have 3 classes namely SchoolCls, PrincipalCls, TeachersCls in a Class Library called CLsLib. School [code]namespace ClsLib.Ed { public class SchoolCls { public int subtract(int firstNum, int secNu ...
blah blah blah is here! blah blah » Close
Hi everybody. I have 3 classes namely SchoolCls, PrincipalCls, TeachersCls in a Class Library called CLsLib. School [code]namespace ClsLib.Ed { public class SchoolCls { public int subtract(int firstNum, int secNu ...
Hi there. I have 2 apps: Class Library named ClLib, and Windows Form Application called ClLibApp. In ClLib, I have a group of classes. They are as shown below: Singapore (parent class) - Nursery - Primary - Secondary In ClLibAp ...
Hi everybody, I have a problem here. I have a class library namely ClLib, and has the following 8 cs files. [ul][li][/li][/ul]Express (parent class) - 1E1 - 1E2 - 1E3 [ul][li][/li][/ul]Normal (paren ...
Hi everybody, I have a problem here. I have a class library namely ClLib, and has the following 8 cs files. [ul][li]Express (parent class)[/li][/ul] - 1E1 - 1E2 - 1E3 [ul][li]Normal (parent class)[/ ...
Hi everybody, I have a problem here. I have a class library namely ClLib, and has the following 8 cs files. [ul][li]Express (parent class)[/li][/ul] - 1E1 - 1E2 - 1E3 [ul][li][/li][/ul]Normal (paren ...
Hi everybody, I am [b]required to find out if the following is a standard practice to create a subclass[/b]. Take for instance, I have to create a class library (ClLib) with 2 classes using Visual Studio: Class1.cs & Class2.cs. ...
Hi everybody. I have this problem that is puzzling me and I am unable to solve it at all. I have two files and they are: [i][/i]ClLib1 [i][/i]ClassLibraryApp1 As the name suggests, the "ClLib1" holds the DLL file, whereas ...