public SendMomentPage(Stream image, int displayTime) { BindingContext = new SendMomentViewModel(this, image, displayTime); SetupToolbar(); SetupUserInterface(); }
public SendMomentPage (Stream image, int displayTime) { BindingContext = new SendMomentViewModel (this, image, displayTime); SetupToolbar (); SetupUserInterface (); }
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 (); }