Skip to content
Snippets Groups Projects
Commit dd926a1b authored by Pierre Roussel's avatar Pierre Roussel
Browse files

Fix in vs/LO23/Server/data/Data_Server_ctrl.cs

parent 018f9bf2
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ using Server.Data; ...@@ -6,11 +6,11 @@ using Server.Data;
namespace Server.Data namespace Server.Data
{ {
public class Data_Serveur_ctrl public class Data_Server_ctrl
{ {
private Comm_calls_Data_Server_Impl implInterfaceForComm; private Comm_calls_Data_Server_Impl implInterfaceForComm;
public Data_Serveur_ctrl() public Data_Server_ctrl()
{ {
implInterfaceForComm = new Comm_calls_Data_Server_Impl(); implInterfaceForComm = new Comm_calls_Data_Server_Impl();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment