Advertisement
Fhernd

Servidor.cs

Nov 15th, 2017
933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. public class Servidor
  2. {
  3.     public static int CapacidadActualUsuarios = 300 - UsuariosAtendiendo;   // 300
  4.     public static int UsuariosAtendiendo = 13;                              // 13
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement