Exemplo n.º 1
0
        public HistoryPage(HistoryViewModel historyViewMoodel, int complexStringId, string historyId)
        {
            BindingContext = historyViewMoodel;

            InitializeComponent();

            historyViewMoodel.Initialize(complexStringId, historyId);
        }