7 Mart 2011 Pazartesi

C# singleton

class singleton
{
public static singleton instance;
static singleton()
{
instance = new singleton();
}
private singleton()
{
}
}

0 Yorum:

Yorum Gönder

Kaydol: Kayıt Yorumları [Atom]

<< Ana Sayfa