Advertisement
coolman_bg84

Untitled

Apr 5th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1.   public class Receiver
  2.     {
  3.         public void Execute(SocketClass socket,Command command)
  4.         {
  5.             command.Execute(socket);
  6.         }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement