Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace FelevesFeladat
  8. {
  9.     class Jatekos
  10.     {
  11.         public string jatekosNeve;
  12.         public int lepesenekSzama;
  13.         public int sor;
  14.         public int oszlop;
  15.  
  16.         public Jatekos()
  17.         {
  18.  
  19.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement