Пример #1
0
        private void Payment_Load(object sender, EventArgs e)
        {
            PaymentData pd = new PaymentData();

            up_pay.DataSource = pd.GetPaymentList();


            Init();
        }
Пример #2
0
        public void Init()
        {
            PaymentData pd = new PaymentData();

            up_pay.DataSource = pd.GetPaymentList();
        }