로딩
티스토리 데이터 처리 중입니다.

CORONA - List<T>/ArrayList

 CORONA - List<T>/ArrayList

using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Runtime.Remoting; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp1 { public partial class Form1 : Form { public List Customers = new List(); .....