示例#1
0
文件: oplata.cs 项目: igorius21/Otel
        public oplata(finance f)            // Объединяем обе формы, родительскую и дочернюю
        {
            InitializeComponent();
            string a = f.id_klients.Text;

            label3.Text = a.ToString();
        }
示例#2
0
文件: Home.cs 项目: igorius21/Otel
        private void button5_Click(object sender, EventArgs e)
        {
            finance fin = new finance();

            fin.ShowDialog();
        }