Exemplo n.º 1
0
 public QuoteDetailPage(Data.Quote quote)
 {
     BindingContext = quote;
     InitializeComponent();
     WorkingCopy = quote;
 }
Exemplo n.º 2
0
 public Quote(Quote copy)
 {
     this.QuoteText = copy.QuoteText;
     this.Author    = copy.Author;
 }