Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris
c-sharp-study
Wiki
notes
notes
· Changes
Page history
Update notes
authored
Nov 02, 2017
by
cris
Show whitespace changes
Inline
Side-by-side
notes.md
View page @
6130b7c6
...
...
@@ -12,3 +12,9 @@ Let's start C#!
*
App.config = Application 설정 파일, 무슨내용을 담고 있지?
그럼 범용 event인 경우 즉 여러 UI 화면에서 사용되는 event를 만들기 위한 방법은?
## Study
> **자료형:**
> - sbyte -128~127 (부호있는 8비트 정수)
> - byte 0~255 (부호없는 8비트 정수)