Esempio n. 1
0
        public DailyChecklist()
        {
            this.InitializeComponent();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += navigationHelper_LoadState;
            this.navigationHelper.SaveState += navigationHelper_SaveState;


            m_CanvasManager = new CanvasManager(InkCanvas);


        }
Esempio n. 2
0
        public jobDetailsPage()
        {
            this.InitializeComponent();
            this.navigationHelper = new NavigationHelper(this);
            this.navigationHelper.LoadState += navigationHelper_LoadState;
            this.navigationHelper.SaveState += navigationHelper_SaveState;
            m_CanvasManager = new CanvasManager(InkCanvas);
            m_CanvasengManager = new CanvasManager(InkCanvaseng);
            _timer.Interval = TimeSpan.FromSeconds(60);
            _timer.Tick += _timer_Tick;


        }