Exemplo n.º 1
0
        private async void Start(StatisticsM.Step Item, Action <int> DeleteItems, bool?All)
        {
            await Loading.Show();

            this.DeleteItems  = DeleteItems;
            ServiceQuestionVM = new ServiceQuestionVM(Item, All);
            this.DataContext  = ServiceQuestionVM;
            InitializeComponent();
        }
Exemplo n.º 2
0
 protected internal void EnabledChange(bool enabled)
 {
     ServiceQuestionVM.EnabledChange(enabled);
 }