Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public string kec
- {
- get
- {
- return "Id: " + this.Id.ToString() +
- "TargetScreen: " + this.TargetScreenId.ToString() +
- "Text: " + this.Text +
- "Position: " /*+ this.Position.ToString()*/;
- }
- set { }
- }
Advertisement
Add Comment
Please, Sign In to add comment