How to import the properties of the object to user-control using C#.net? -


i have user control , want assign properties of object user control. example:

system.globalization.cultureinfo ci = new system.globalization.cultureinfo(); ci.datetimeformat.getalldatetimepatterns(); 

i must able access method getalldatetimepatterns() using usercontrol. can please me c# coding?

i don't understand issue - if have code posted above in user control, have access getalldatetimepatterns() method.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -