예제 #1
0
파일: Login.cs 프로젝트: erziebart/atm-3101
 public Login(ATM atm)
 {
     this.atm = atm;
     InitializeComponent();
 }