CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

hi

87 Views
Copy Code Show/Hide Line Numbers
   1:    private string _Hi;
   2:           public string hi
   3:           {
   4:               get
   5:               {
   6:                   return _Hi;
   7:               }
   8:               set
   9:               {
  10:                   SetPropertyValue("hi", ref _Hi, value);
  11:               }
  12:          } 
by www_gnz
  April 08, 2010 @ 3:16am
Tags:
Description:
hi

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate