SymbolExplorer.AboutWindow.AboutWindow C# (CSharp) 메소드

AboutWindow() 공개 메소드

public AboutWindow ( ) : System
리턴 System
        public AboutWindow()
        {
            InitializeComponent();
            this.DataContext = this;
            Version = Assembly.GetEntryAssembly().GetName().Version;
        }