class정렬기준추가1 210604 menu 도구 상자의 MenuStrip 를 이용해서 메뉴를추가 할 수 있다 . 또한 속성을 통해서 각 메뉴 별로 이벤트를 할당 할수도 있다. 열기 누르면 messagebox 호출 그외 다양하 기능이 많지만 알아서 해라 인터페이스 인터페이스 예제 1 -IComparable using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class Dummy :IDisposable { public void Dispose() { Console.WriteLine("Dispose()를 호출합니다."); } } class Program { static void Main(st.. 2021. 6. 4. 이전 1 다음