반응형
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 |
Tags
- Apache
- Google Excel
- c#
- 파이썬
- SQL
- Kotlin
- Excel
- Github
- matplotlib
- Mac
- PANDAS
- PySpark
- math
- Google Spreadsheet
- PostgreSQL
- google apps script
- Tkinter
- dataframe
- django
- hive
- array
- Java
- GIT
- string
- Python
- list
- numpy
- Redshift
- gas
Archives
- Today
- Total
목록Graphic Timer (1)
달나라 노트

using System; using System.Windows.Forms; using System.Drawing; using WMPLib; class CardCatch { public static void Main() { // Constatns // Constants cts = new Constants(); Form fm = new Form(); PictureBox pb_30 = new PictureBox(); PictureBox pb_20 = new PictureBox(); PictureBox pb_15 = new PictureBox(); Timer tm_30 = new Timer(); Timer tm_20 = new Timer(); Timer tm_15 = new Timer(); int min_30 ..
C#/C# Samples
2022. 5. 24. 00:47