반응형
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
- math
- hive
- Java
- Github
- google apps script
- dataframe
- Google Spreadsheet
- numpy
- array
- Python
- PANDAS
- PySpark
- Kotlin
- c#
- Google Excel
- string
- Redshift
- matplotlib
- Excel
- gas
- PostgreSQL
- SQL
- Tkinter
- Apache
- GIT
- list
- Mac
- 파이썬
- django
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