Exemplo n.º 1
0
 public void ShowDialogNoneBlock(Form owner)
 {
     this.Owner = owner;
     PUtils.SetNativeEnabled(owner.Handle, false);
     this.dialog.Show(owner);
 }