Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag '.net'

1827416 - Manish Sinha: c http .net api launchpad httpwebreader
  1. using System;
  2. using System.Net;
  3. using System.Collections.Generic;
  4. using System.Collections.Specialized;
  5. using System.IO;
  6. using System.Security.Cryptography.X509Certificates;
  7. using System.Text;
  8.  
  9.  
1413131 - Equilateral Triangle / Gleichsch: c java triangle pyramid while .net tannenbaum pyramide dreieck gleichschenklig verschachtelt cascaded aufgabe tannenbaum.java lsung
  1. /*
  2. * Title: Equilateral Triangle / Gleichschenkliges Dreieck
  3. * IDE: Microsoft C# .Net 2008
  4. * Info: Mit drei einfachen iterationen
  5. *       Und in zwei Ebenen verschachtelt
  6. *       With three simple iterations
  7. *       in two layers
  8. * Tags: Tannenbaum, Pyramide, Pyramid, Dreieck, Triangle, Gleichschenklig, while, verschachtelt, cascaded, aufgabe, TannenBaum.java, lösung, C#, Java, .net,
  9.  
  10.  
824297 - diesl0w: xml c .net boolean tolower
  1. private void frmMain_Load(object sender, EventArgs e)
  2.                 {
  3.                         XmlSerializer xml = new XmlSerializer(typeof(DeviceInfo));
  4.  
  5.                         StreamReader read = File.OpenText("RModems.xml");
  6.                 DevInfo = (DeviceInfo)(xml.Deserialize(read));
  7.             read.Close();
  8.            
  9.  
824292 - diesl0w: xml c .net boolean tolower
  1. private void frmMain_Load(object sender, EventArgs e)
  2.                 {
  3.                         XmlSerializer xml = new XmlSerializer(typeof(DeviceInfo));
  4.  
  5.                         StreamReader read = File.OpenText("RModems.xml");
  6.                 DevInfo = (DeviceInfo)(xml.Deserialize(read));
  7.             read.Close();
  8.            
  9.  
fantasy-obligation
fantasy-obligation