Is there an advantage to using properties for objects I reference from classes that inherit

后端 未结 0 826
暗喜
暗喜 2020-12-13 13:49

Here\'s the code I have:

public class BaseButtonSheet : PopupBase
{
    public BaseButtonSheet()
    {
        BindingContext = new BaseButtonSheetViewModel()         


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