Beispiel #1
0
        public SendMomentPage(Stream image, int displayTime)
        {
            BindingContext = new SendMomentViewModel(this, image, displayTime);

            SetupToolbar();
            SetupUserInterface();
        }
Beispiel #2
0
		public SendMomentPage (Stream image, int displayTime)
		{
			BindingContext = new SendMomentViewModel (this, image, displayTime);

			SetupToolbar ();
			SetupUserInterface ();
		}
Beispiel #3
0
        public SendMomentPage(Stream image, int displayTime)
        {
            BindingContext = new SendMomentViewModel(this, image, displayTime);

            InitializeComponent();

            SetupToolbar();
            SetupEventHandlers();
        }
		public SendMomentPage (Stream image, int displayTime)
		{
			BindingContext = new SendMomentViewModel (this, image, displayTime);

			InitializeComponent ();

			SetupToolbar ();
			SetupEventHandlers ();
		}