Timer 사용 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 ExamSlidingMenu { public partial class Form1 : Form { //슬라이딩 메뉴의 최대, 최소 폭 크기 const int MAX_SLIDING_WIDTH = 200; const int MIN_SLIDING_WIDTH = 50; //슬라이딩 메뉴가 보이는/접히는 ..