Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SetContentView (Resource.Layout.service_view);
- LinearLayout serviceSV = (LinearLayout)this.FindViewById (Resource.Id.serviceSV);
- questionShortText = new FormShortText(this);
- serviceSV.AddView(questionShortText);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement