Renamed the client and server forms to have their role in the name.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace TestServer
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault( false );
|
||||
Application.Run( new Form1() );
|
||||
Application.Run( new ServerForm() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user