분류 전체보기61 [C#] Chapter 15. Exam 03 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace MyFirstCSharp_01 { public partial class Chap15_Exam03 : Form { public Chap15_Exam03() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { // 난.. 2022. 6. 13. [C#] Chapter 15. Exam 02 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace MyFirstCSharp_01 { public partial class Chap15_Exam02 : Form { public Chap15_Exam02() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { // 기.. 2022. 6. 13. [C#] Chapter 15. Exam 01 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace MyFirstCSharp_01 { public partial class Chap15_Exam01 : Form { public Chap15_Exam01() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { int .. 2022. 6. 13. [C#] Chapter 11. Fees for Rides (test) using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace MyFirstCSharp_01 { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private void btnRanMake_Click(object sender, EventArgs e) { Random ran = new .. 2022. 6. 9. 이전 1 2 3 4 5 6 7 8 ··· 16 다음