コード例 #1
0
 public frmEC_CEdit(string det1, string det2, Property_EqpCard temp, string id)
 {
     InitializeComponent();
     home          = temp;
     txtName.Text  = det1;
     dtpRDate.Text = det2;
     cid           = id;
 }
コード例 #2
0
 public frmEC_CAdd(Property_EqpCard temp)
 {
     InitializeComponent();
     home = temp;
 }
コード例 #3
0
        private void button6_Click(object sender, EventArgs e)
        {
            Property_EqpCard wind = new Property_EqpCard();

            wind.ShowDialog();
        }