C# Temel Sınıf Kütüphanesi | Application Class Kullanımı
.......................................................................................................................................................................................................................
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.Application
.......................................................................................................................................................................................................................
public class Application : DispatcherObject, IQueryAmbient
.......................................................................................................................................................................................................................
using System; // STAThread using System.Windows; // Application namespace SDKSample { public class AppCode : Application { // Entry point method [STAThread] public static void Main() { AppCode app = new AppCode(); app.Run(); } } }
.......................................................................................................................................................................................................................
Hiç yorum yok:
Yorum Gönder