|  |  |  | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  | //    [Author]:           YYL | 
|---|
|  |  |  | //    [  Date ]:           2025年8月5日 | 
|---|
|  |  |  | //    [  Date ]:           2025年10月30日 | 
|---|
|  |  |  | //-------------------------------------------------------- | 
|---|
|  |  |  |  | 
|---|
|  |  |  | using System.Collections.Generic; | 
|---|
|  |  |  | 
|---|
|  |  |  | public int BoxID; | 
|---|
|  |  |  | public int ExpendItemID; | 
|---|
|  |  |  | public int ExpendCount; | 
|---|
|  |  |  | public int OpenMoneyType; | 
|---|
|  |  |  | public int OpenMoney; | 
|---|
|  |  |  | public int OpenShow; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public override int LoadKey(string _key) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int.TryParse(tables[2],out ExpendCount); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int.TryParse(tables[3],out OpenMoney); | 
|---|
|  |  |  | int.TryParse(tables[3],out OpenMoneyType); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int.TryParse(tables[4],out OpenShow); | 
|---|
|  |  |  | int.TryParse(tables[4],out OpenMoney); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | catch (Exception exception) | 
|---|
|  |  |  | { | 
|---|