예제 #1
0
 /// <summary>
 /// Create a browser from the createBrowser parameters
 /// </summary>
 public Browser(int width, int height, bool isLocal, bool transparent = false)
     : this(MtaClient.CreateBrowser(width, height, isLocal, transparent))
 {
 }