Пример #1
0
 public bool ResizeWindow(int width, int height)
 {
     return(native.ResizeWindow(width, height));
 }