コード例 #1
0
ファイル: DefaultStorage.cs プロジェクト: W3SS/cardstock
 /*******
  * Save the default value given in the constructor
  */
 public DefaultStorage(T defaultT, Owner owner)
 {
     this.defaultT = defaultT;
     this.owner    = owner;
 }