paste
bin - pastes related to tolower
Part of
Slepp's Projects
—
Pastebin
—
TURL
—
Imagebin
—
Filebin
Feedback
--
English
French
German
Japanese
Create
Upload
Newest
Tools
Donate
Sign In
|
Create Account
Stuff to Do
New Post
Upload a Post
Goto Newest
Search
Archives
Tools / APIs
Donate
Information
Site News
Get a Pastebin
What is This?
Bugs?
Statistics
Quick Search
Recent Posts
XNXX
12 mins 23 secs
mIRC Script
Stuff
42 mins 16 secs
Anonymous
48 mins 35 secs
xxnx
52 mins 32 secs
mIRC Script
www.xxnx.com
1 hr 10 mins
mIRC Script
Stuff
1 hr 15 mins
Mine
1 hr 32 mins
Stuff
1 hr 32 mins
Stuff
1 hr 32 mins
root
1 hr 34 mins
root
1 hr 35 mins
root
1 hr 36 mins
root
1 hr 37 mins
root
1 hr 38 mins
Untitled
1 hr 46 mins
Python Source
Advertising
advertising
related pastes to tag 'tolower'
824297 - diesl0w
: xml c .net boolean tolower
private
void
frmMain_Load
(
object
sender, EventArgs e
)
{
XmlSerializer xml =
new
XmlSerializer
(
typeof
(
DeviceInfo
)
)
;
StreamReader read = File.
OpenText
(
"RModems.xml"
)
;
DevInfo =
(
DeviceInfo
)
(
xml.
Deserialize
(
read
)
)
;
read.
Close
(
)
;
824292 - diesl0w
: xml c .net boolean tolower
private
void
frmMain_Load
(
object
sender, EventArgs e
)
{
XmlSerializer xml =
new
XmlSerializer
(
typeof
(
DeviceInfo
)
)
;
StreamReader read = File.
OpenText
(
"RModems.xml"
)
;
DevInfo =
(
DeviceInfo
)
(
xml.
Deserialize
(
read
)
)
;
read.
Close
(
)
;