Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya Info Tools
This project
Loading...
Sign in
Toggle navigation
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
Commit 0c194224
authored
Jun 06, 2022
by
Juho Juopperi
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code field for ReaderEvent: Default empty string.
1 parent
cc3649d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MoyaAdmin/MoyaAdminUI/MoyaAdminLib/ReaderEvent.cs
MoyaAdmin/MoyaAdminUI/MoyaAdminLib/ReaderEvent.cs
View file @
0c19422
...
@@ -14,6 +14,6 @@ namespace MoyaAdminLib
...
@@ -14,6 +14,6 @@ namespace MoyaAdminLib
public
Eventuser
eventuser
;
public
Eventuser
eventuser
;
public
int
?
printedCardId
=
0
;
public
int
?
printedCardId
=
0
;
public
string
printedCardState
=
""
;
public
string
printedCardState
=
""
;
public
string
code
;
public
string
code
=
""
;
}
}
}
}
Juho Juopperi
@jkj
mentioned in commit
8c04ef2c
Jun 09, 2022
mentioned in commit
8c04ef2c
Toggle commit list
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment