Guest User

Untitled

a guest
Dec 7th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public string kec
  2. {
  3. get
  4. {
  5. return "Id: " + this.Id.ToString() +
  6. "TargetScreen: " + this.TargetScreenId.ToString() +
  7. "Text: " + this.Text +
  8. "Position: " /*+ this.Position.ToString()*/;
  9. }
  10. set { }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment