Smudla

Untitled

May 9th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace Zkouska
  7. {
  8.     public enum Dobre
  9.     {
  10.         zasteka, motyl, cuci, prohlizi
  11.     }
  12.  
  13.     public enum Spatne
  14.     {
  15.         steka, vrci, vrci2, papuce
  16.     }
  17. }
Add Comment
Please, Sign In to add comment