Advertisement
bit

Untitled

bit
Jul 18th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SetContentView (Resource.Layout.service_view);
  2.  
  3. LinearLayout serviceSV = (LinearLayout)this.FindViewById (Resource.Id.serviceSV);
  4. questionShortText = new FormShortText(this);
  5.  
  6. serviceSV.AddView(questionShortText);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement