Exemplo n.º 1
0
 public MyHost()
 {
     RuntimeSystem.Initialize(this, 1033);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize RealDWG. Static call will force call of static constructor and then
 /// set the global instance of the app services object as "Current".
 /// </summary>
 public static void Initialize()
 {
     // This has side effect of setting HostApplicationServices.Current to Global
     RuntimeSystem.Initialize(new ApplicationServices(), CultureInfo.CurrentUICulture.LCID);
 }
Exemplo n.º 3
0
 public AppService()
 {
     RuntimeSystem.Initialize(this, 1033);
 }