blah blah blah is here! blah blah » Close

-1
votes
1 answers

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 ...

0
votes
1 answers

C# methods & namespace problem

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 ...

1
votes
1 answers

C# Directives use & namespace problem

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 ...

0
votes
0 answers

C# Directives use & namespace problem

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)[/ ...

0
votes
0 answers

C# Directives use & namespace problem

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 ...

0
votes
1 answers

Creating classes/subclasses

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. ...

0
votes
1 answers

Class Library using keyword problem

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 ...

Feedback