Kuba Nadulski
My blogs
| Gender | Male |
|---|---|
| Industry | Education |
| Location | Skierniewice, Poland |
| Introduction | public class JakubNadulskiDescriptor : PropertyDescriptor { public override string DisplayName { get { Person person = new Person(); person.FirstName = "Jakub"; person.LastName = "Nadulski"; return person.FirstName + " " + person.LastName; } } public override string Description { get { StringBuilder sb = new StringBuilder(); sb.Append("wolny"); sb.Append("ale"); sb.Append("zajęty"); sb.Append(","); sb.Append("ciężko pracuje"); sb.Append("ale"); sb.Append("lubi leniuchować"); sb.Append("."); return sb.ToString(); } } } |
| Favorite movies | Contact |
