Is there a way to combine adding elements to a stack?

后端 未结 0 1139
心在旅途
心在旅途 2020-12-22 18:56

Here I am adding child elements to a stack:

        s.Children.Add(
            new Label() { Text1 = "ABC" }
            );
        s.Children.Add(         


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