prg main 8cs source


bazy pro: Plik źródÅ‚owy C:/Users/DANTE/Documents/Visual Studio 2012/Projects/apka/apka/prg_main.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('prg__main_8cs_source.html','');});  All Klasy Przestrzenie nazw Funkcje prg_main.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.Threading.Tasks; 9 using System.Windows.Forms; 10 using downloader; 11 using global::mplay; 12 using global::web; 13 using global::keycode; 14 using System.Threading; 15  16  17 namespace apka 18 { 22  public partial class apk : Form 23  { 27  bool val=false; 28  32  public apk() 33  { 34  35  InitializeComponent(); 36  val = false; 37  met(); 38  39  } 40  45  public apk(bool valid) 46  { 47  48  InitializeComponent(); 49  this.val = valid; 50  met(); 51  52  } 53  59  private void down_Click(object sender, EventArgs e) 60  { 61  download dwn = new download(true); 62  dwn.Show(); 63  //wywolaj(); 64  65  } 66  70  private void met() 71  { 72  notifyIcon1.ContextMenuStrip = contextMenuStrip1; 73  notifyIcon1.BalloonTipText = "app menu"; 74  notifyIcon1.BalloonTipTitle = "menu"; 75  notifyIcon1.Text = "choose smth"; 76  notifyIcon1.Visible = false; 77  } 78  84  private void notifyIcon1_Click(object sender, EventArgs e) 85  { 86  this.Show(); 87  } 91  private void wywolaj() 92  { 93  notifyIcon1.Visible = true; 94  this.Hide(); 95  96  } 97  103  private void button2_Click(object sender, EventArgs e) 104  { 105  mplay.Form1 play = new mplay.Form1(true); 106  play.Show(); 107  //wywolaj(); 108  } 109  115  private void button4_Click(object sender, EventArgs e) 116  { 117  keycode.Form1 kk = new keycode.Form1(true); 118  kk.Show(); 119  //wywolaj(); 120  } 121  127  private void button3_Click(object sender, EventArgs e) 128  { 129  web.Web_browser brw = new Web_browser(true); 130  brw.Show(); 131  //wywolaj(); 132  } 133  139  private void apk_Load(object sender, EventArgs e) 140  { 141  if (!val) 142  { 143  MessageBox.Show("ERROR! YOU ARE NOT LOGGED IN "); 144  Application.Exit(); 145  } 146  } 147  153  private void apk_FormClosing(object sender, FormClosingEventArgs e) 154  { 155  Application.Exit(); 156  } 157  158  159  } 160 } UsersDANTEDocumentsVisual Studio 2012Projectsapkaapkaprg_main.cs Wygenerowano Cz, 7 mar 2013 12:55:51 dla bazy pro programem 1.8.3.1

Wyszukiwarka

Podobne podstrony:
prg main 8?signer?s 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
arm iir lattice init ?2? source

więcej podobnych podstron