11 lines
161 B
C#
11 lines
161 B
C#
|
// CS0542: `Program.Program(object)': member names cannot be the same as their enclosing type
|
||
|
// Line: 6
|
||
|
|
||
|
class Program
|
||
|
{
|
||
|
void Program (object sender)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|