[ 초보자를 위한 C# 200제 ] C#_005 using System;using System.Windows.Forms; namespace Project_005{ public partial class Form1 : Form { public Form1() { InitializeComponent(); //-------------------이곳에 초기화 -------------------// this.Clear(); } private void Clear() { this.txtNum1.Text = ""; this.txtNum2.Text = ""; this.txtResult.Text = ""; this.IbResult.Text = "Ready"; } private void btnAdd_Click(object se..
[ 초보자를 위한 C# 200제 ] C#_004 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Project_004{ public partial class Form1 : Form { public Form1() { InitializeComponent(); //-------------------이곳에 초기화 -------------------// this.Clear(); // 메서드 호출 } private void Clear..
[ 초보자를 위한 C# 200제 ] C#_003 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Project_003{ public partial class Form1 : Form { public Form1() { // 생성자가 가장 먼저 호출된다. InitializeComponent(); //-------------------이곳에 초기화 -------------------// // 생성자가 호출되면 Clear()를 자동..
[ 초보자를 위한 C# 200제 ] C#_002 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace Project_002{ /* Form1.cs 밑에 Form1.Desinger.cs가 있는데, 이 두가지는 실행될 때 자동으로 한 클래스가 된다. * 이를 "partical 클래스"라고 한다. * Form1은 윈도우 응용 프로그램의 기본을 제공하는 Form(폼)의 성질을 그대로 물려(상속)받는다. */ public partial ..
- Total
- Today
- Yesterday
- c
- 앨런 튜링
- 영화
- 초보
- 이광근
- 컴퓨터과학이 여는 세계
- 수리 명제 자동판결 문제
- 계산기
- 비전공자
- 기본개념
- 동적
- 튜링
- 에니그마
- 프로그램
- 정수
- 프로그래밍
- dynamic
- 두 수 입력
- 오버플로우
- 초보자를 위한 C# 200제
- 기계적 추론
- c#
- 컴퓨터의 시초
- 나눗셈
- 서울대
- 메서드
- 유니티 기초
- 뇌를 자극하는 C# 5.0 프로그래밍
- 독서
- 컴퓨터과학
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |