예제 #1
0
파일: Apple.cs 프로젝트: helloworld1983/S6T
 public Apple(iPullSubject s)
 {
     InitializeComponent();
     subject = s;
 }
예제 #2
0
 public FedEx(iPullSubject s)
 {
     InitializeComponent();
     subject = s;
 }
예제 #3
0
 public Shell(iPullSubject s)
 {
     InitializeComponent();
     subject = s;
 }