public static class NNovApplicationInstaller
static class Program { [STAThread] static void Main() { // install Nevron Open Vision for WPF NWPFApplicationInstaller.Install(); // show the main form try { Application app = new Application(); app.Run(new Nevron.Examples.Wpf.NMainWindow()); } catch (Exception ex) { System.Diagnostics.NDebug.Assert(false, ex.Message, ex.StackTrace); } } }
public static class NNovApplicationInstaller
System.Object
Nevron.Nov.Windows.Wpf.NNovApplicationInstaller
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)