示例#1
0
 private void LoadDiamondLabel()
 {
     ManageUserAction.LoadCurrency();
     lbDiamond.Text = ManageUserAction.GetDiamond().ToString();
 }