public RevitViewAttacher(Window window, IntPtr hwnd, TitleVisibility titleVisibility)
 {
     this.window          = window;
     this.hwnd            = hwnd;
     this.titleVisibility = titleVisibility;
 }
Exemplo n.º 2
0
 public void SetTitleVisibility(TitleVisibility titleVisibility)
 {
     this.titleVisibility = titleVisibility;
 }