Merhaba;
Böyle class olustur.
public static Class Genel
{
public static int KullaniciID;
}
//sonra boyle oku
int ID= Genel.KullaniciID;
//boyle de Doldur.
Genel.KullaniciID=5;