Renamed the client and server forms to have their role in the name.

This commit is contained in:
antiduh
2014-06-26 20:59:32 +00:00
parent 8b032cb871
commit f91402ef4b
10 changed files with 22 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ namespace TestClient
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault( false );
Application.Run( new Form1() );
Application.Run( new ClientForm() );
}
}
}