コード例 #1
0
 public OCS1003P01GetUserOptionAndOrderCountArgs(GetUserOptionInfo userOption, GetOrderCountInfo orderCount)
 {
     this._userOption = userOption;
     this._orderCount = orderCount;
 }
コード例 #2
0
ファイル: GetOrderCountArgs.cs プロジェクト: anhlai/SQLite
 public GetOrderCountArgs(GetOrderCountInfo orderCountInfo)
 {
     this._orderCountInfo = orderCountInfo;
 }