plik


bazy pro: Plik źródłowy C:/Users/DANTE/Documents/Visual Studio 2012/Projects/script connector/script connector/reg_check.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('reg__check_8cs_source.html','');});  All Klasy Przestrzenie nazw Funkcje Zmienne reg_check.cs 1 using System; 2 using System.Windows.Forms; 3 using Microsoft.Win32; 4 namespace script_connector 5 { 9  public partial class reg_check : Form 10  { 14  connector cn; 18  RegistryKey rk; 22  string user=""; 26  string sum = ""; 30  string key = ""; 34  string base64 = ""; 35  39  public reg_check() 40  { 41  InitializeComponent(); 42  } 43  49  private void reg_check_Load(object sender, EventArgs e) 50  { 51  52  } 53  59  private void button1_Click(object sender, EventArgs e) 60  { 61  rk = Registry.CurrentUser.OpenSubKey(@"SOFTWARE\licencjonuj_eu"); 62  if (rk!= null) 63  { 64  if (rk.GetValue("login", null) != null) 65  user = rk.GetValue("login").ToString(); 66  if (rk.GetValue("checksum", null) != null) 67  sum = rk.GetValue("checksum").ToString(); 68  if (rk.GetValue("key", null) != null) 69  key = rk.GetValue("key").ToString(); 70  if (rk.GetValue("info", null) != null) 71  base64 = rk.GetValue("info").ToString(); 72  73  74  } 75  else 76  { 77  78  cn = new connector(); 79  cn.Show(); 80  cn.Focus(); 81  this.Hide(); 82  // this.Close(); 83  84  85  } 86  if (user.Length != 0 && sum.Length != 0 && key.Length != 0) 87  { 88  89  cn = new connector(user, key, sum,base64); 90  cn.Show(); 91  cn.Focus(); 92  this.Hide(); 93  // this.Close(); 94  95  } 96  97  } 98  } 99 } UsersDANTEDocumentsVisual Studio 2012Projectsscript connectorscript connectorreg_check.cs Wygenerowano Cz, 7 mar 2013 13:04:30 dla bazy pro programem 1.8.3.1

Wyszukiwarka

Podobne podstrony:
reg check 8?signer?s source
source30
Matrix3?pp source
Thread?pp source
arm biquad ?scade ?1 ?st q31? source
reg ciagla AR 09 10
arm conv ?2? source
arm mat mult q15? source
Porady reg przerzutki prz
Resource 8inl source
arm fir lattice init q31? source
arm fir ?cimate ?st q15? source
reg ciag
source11
arm correlate ?st q15? source
connector?s source
source8

więcej podobnych podstron