示例#1
0
 public UserControlPay()
 {
     InitializeComponent();
     Amount_TextBlock.Text = Convert.ToString(UserSingleton.GetTotalAmount());
 }