How can I access the value of a field in ViewModelA from another ViewModel that is called by ViewModelA

前端 未结 0 1045
时光取名叫无心
时光取名叫无心 2020-12-12 18:41

I have a page and a popup page.

public partial class PageA
{
    public PageAViewModel vm;

    public PageA()
    {
        BindingContext = vm = new PageAVi         


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