Exemplo n.º 1
0
        public oplata(finance f)            // Объединяем обе формы, родительскую и дочернюю
        {
            InitializeComponent();
            string a = f.id_klients.Text;

            label3.Text = a.ToString();
        }
Exemplo n.º 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            finance fin = new finance();

            fin.ShowDialog();
        }