Esempio n. 1
0
 public void SetTitle(string title)
 {
     Win32API.SetWindowTextW(windowHandle, title);
 }