C# Class CafeProject.GarsonGuncellemeEkrani

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: hakanozer/Cafe-Project

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GarsonGuncellemeEkrani() public méthode

public GarsonGuncellemeEkrani ( ) : System
Résultat System

fncDataGetir() public méthode

public fncDataGetir ( ) : void
Résultat void

fncMailFormat() public static méthode

public static fncMailFormat ( string mail ) : bool
mail string
Résultat bool

fncSifreKontrol() public méthode

public fncSifreKontrol ( ) : bool
Résultat bool

fncTcFormat() public static méthode

public static fncTcFormat ( string tcKimlikNo ) : bool
tcKimlikNo string
Résultat bool

fncTcKontrol() public méthode

public fncTcKontrol ( ) : void
Résultat void