Beispiel #1
0
 /// <summary>
 /// Creates the <see cref="Dialog"/> instance.
 /// </summary>
 protected Form()
 {
     Dialog = Far.Api.CreateDialog(-1, -1, DLG_XSIZE, DLG_YSIZE);
     Box    = Dialog.AddBox(3, 1, 0, 0, string.Empty);
 }