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