Attempt on enable source that doesn't work yet.

This commit is contained in:
Eugene Wang
2023-04-02 09:07:30 -04:00
parent f8cd01069c
commit 9ddbe70ec7
12 changed files with 188 additions and 1 deletions

View File

@@ -100,5 +100,10 @@ namespace WinForm32
twain.DGControl.Identity.OpenDS(twain.DefaultSource);
}
private void btnShowSettings_Click(object sender, EventArgs e)
{
twain.EnableSource(true, true);
}
}
}