Esempio n. 1
0
        public DrawMomentPage(byte[] image)
        {
            BindingContext = new DrawMomentViewModel(image);

            SetupUserInterface();
            SetupEventHandlers();
        }
Esempio n. 2
0
        public ColorPickerPage(DrawMomentViewModel viewModel)
        {
            Title          = Strings.PenColor;
            BindingContext = viewModel;

            SetupUserInterface();
        }
Esempio n. 3
0
		public DrawMomentPage (byte[] image)
		{
			BindingContext = new DrawMomentViewModel (image);

			SetupUserInterface ();
			SetupEventHandlers ();
		}
Esempio n. 4
0
		public ColorPickerPage (DrawMomentViewModel viewModel)
		{
			Title = Strings.PenColor;
			BindingContext = viewModel;

			SetupUserInterface ();
		}