コード例 #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;
 }