Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya Info Tools

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 1
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya-info-tools
  • CardDisplay
  • CardDisplay
  • CardDisplay
  • DataClasses
  • ReaderEvent.cs
  • Liv Haapala's avatar
    update · b730dd7f
    Liv Haapala committed May 29, 2014
    b730dd7f Browse Files
ReaderEvent.cs 264 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace CardDisplay
{
    public class ReaderEvent
    {
        public int readerEventId = 0;
        public int readerId = 0;
        public Eventuser eventuser;
    }
}