반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- PostgreSQL
- GIT
- string
- 파이썬
- PANDAS
- gas
- Apache
- Tkinter
- dataframe
- hive
- Python
- Google Excel
- math
- array
- c#
- matplotlib
- SQL
- PySpark
- list
- django
- Java
- Mac
- Redshift
- Google Spreadsheet
- numpy
- Github
- Kotlin
- Excel
- google apps script
Archives
- Today
- Total
목록Dice Catch (1)
달나라 노트

주사위 번호 맞추기 화면 image source using System; using System.Windows.Forms; using System.Drawing; using System.IO; class DiceCatch { public static void Main() { // Constants // Constants cts = new Constants(); Form fm = new Form(); FlowLayoutPanel flp = new FlowLayoutPanel(); PictureBox pb_dice_main = new PictureBox(); Button btn_roll = new Button(); Button btn_confirm = new Button(); Label lbl_result ..
C#/C# Samples
2022. 5. 15. 21:06