Passsing textbox value via static variable to second window and use it in function WPF

前端 未结 0 908
陌清茗
陌清茗 2020-12-03 21:53

I have 2 forms. The first contains textbox. In the window1.xaml.cs

  public static string _exchange;
    public string order
    {
        get { return _excha         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题