예제 #1
0
 public void SetSystemDecorations(Controls.SystemDecorations enabled)
 {
     _native.SetDecorations((Interop.SystemDecorations)enabled);
 }
예제 #2
0
 public void SetSystemDecorations(Controls.SystemDecorations enabled)
 {
     _native.HasDecorations = (Interop.SystemDecorations)enabled;
 }