prompter 8cs source


bazy pro: Plik źródÅ‚owy C:/Users/DANTE/Documents/Visual Studio 2012/Projects/web/web/prompter.cs $(document).ready(initResizable); $(window).load(resizeHeight); $(document).ready(function() { searchBox.OnSelectItem(0); }); bazy pro var searchBox = new SearchBox("searchBox", "search",false,'Szukaj'); Strona główna Pakiety Klasy Pliki Lista plików $(document).ready(function(){initNavTree('prompter_8cs_source.html','');});  All Klasy Przestrzenie nazw Funkcje Zmienne prompter.cs 1 ïżusing System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9  10 namespace web 11 { 15  public partial class prompter : Form 16  { 20  public prompter() 21  { 22  InitializeComponent(); 23  } 24  30  private void button1_Click(object sender, EventArgs e) 31  { 32  33  Web_browser bbb = new Web_browser(); 34  bbb.Text = textBox1.Text; 35  bbb.Show(); 36  this.Close(); 37  38  } 39  45  private void textBox1_Leave(object sender, EventArgs e) 46  { 47  if (textBox1.Text.Length == 0) 48  { 49  MessageBox.Show("Window must have a name !"); 50  textBox1.Focus(); 51  } 52  } 53  } 54 } UsersDANTEDocumentsVisual Studio 2012Projectswebwebprompter.cs Wygenerowano Cz, 7 mar 2013 13:05:21 dla bazy pro programem 1.8.3.1

Wyszukiwarka

Podobne podstrony:
prompter?esigner?s source
multiple users prompt source
source30
Matrix3?pp source
Thread?pp source
arm biquad ?scade ?1 ?st q31? source
arm conv ?2? source
arm mat mult q15? source
Resource 8inl source
arm fir lattice init q31? source
arm fir ?cimate ?st q15? source
source11
arm correlate ?st q15? source
connector?s source
source8
register? source
passing values source

więcej podobnych podstron