コード例 #1
0
 public Movie(String title, int priceCode, MovieStateBase movieState)
 {
     _title = title;
     _priceCode = priceCode;
     _movieState = movieState;
 }
コード例 #2
0
 public Movie(String title, int priceCode, MovieStateBase movieState)
 {
     _title      = title;
     _priceCode  = priceCode;
     _movieState = movieState;
 }