C# Class CafeProject.GarsonGuncellemeEkrani

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: hakanozer/Cafe-Project

Public Methods

Method Description
GarsonGuncellemeEkrani ( ) : System
fncDataGetir ( ) : void
fncMailFormat ( string mail ) : bool
fncSifreKontrol ( ) : bool
fncTcFormat ( string tcKimlikNo ) : bool
fncTcKontrol ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GarsonGuncellemeEkrani_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
txtTcNo_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GarsonGuncellemeEkrani() public method

public GarsonGuncellemeEkrani ( ) : System
return System

fncDataGetir() public method

public fncDataGetir ( ) : void
return void

fncMailFormat() public static method

public static fncMailFormat ( string mail ) : bool
mail string
return bool

fncSifreKontrol() public method

public fncSifreKontrol ( ) : bool
return bool

fncTcFormat() public static method

public static fncTcFormat ( string tcKimlikNo ) : bool
tcKimlikNo string
return bool

fncTcKontrol() public method

public fncTcKontrol ( ) : void
return void