下面的代码,WPF的,不懂,WINDOW1、WINDOW2是什么意思,userId、userinfo...是数据库表里的
Window2changePwd=newWindow2();changePwd.userId.Text=Window1.userInfo.userId;changePwd...
Window2 changePwd = new Window2();
changePwd.userId.Text = Window1.userInfo.userId;
changePwd.userName.Text = Window1.userInfo.userName;
changePwd.Show(); 展开
changePwd.userId.Text = Window1.userInfo.userId;
changePwd.userName.Text = Window1.userInfo.userName;
changePwd.Show(); 展开
展开全部
//这段代码的意思 是
Window2 changePwd = new Window2(); //实例化一个窗体对象
changePwd.userId.Text = Window1.userInfo.userId;//把Windows1.userinfo.userId 赋给本窗体的 userId.Text属性值
changePwd.userName.Text = Window1.userInfo.userName;//同上
changePwd.Show(); //打开Windows2 窗体
Window2 changePwd = new Window2(); //实例化一个窗体对象
changePwd.userId.Text = Window1.userInfo.userId;//把Windows1.userinfo.userId 赋给本窗体的 userId.Text属性值
changePwd.userName.Text = Window1.userInfo.userName;//同上
changePwd.Show(); //打开Windows2 窗体
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Window1,Window2都是类,userId,userName,是类的属性
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询