public p_add_user() { InitializeComponent(); txt_phone = (text_box)phone.child; txt_code = (PasswordBox)code.child; txt_phone.Text = "01234567890"; }