Bug fix for #141
This commit is contained in:
parent
7eb7b2a0f9
commit
ad5efbd9a9
7 changed files with 12 additions and 6 deletions
|
|
@ -105,19 +105,25 @@ namespace LibationWinForms.Dialogs
|
|||
|
||||
private void folderTemplateBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
TEMP_TEMP_TEMP();
|
||||
|
||||
}
|
||||
|
||||
private void fileTemplateBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
TEMP_TEMP_TEMP();
|
||||
|
||||
}
|
||||
|
||||
private void chapterFileTemplateBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
TEMP_TEMP_TEMP();
|
||||
|
||||
}
|
||||
|
||||
private void TEMP_TEMP_TEMP()
|
||||
=> MessageBox.Show("Sorry, not yet. Coming soon :)");
|
||||
|
||||
private void saveBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
var newBooks = booksSelectControl.SelectedDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue