Skip to content

Commit

Permalink
§ final §
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoSousa81 committed Jan 13, 2025
1 parent 3dcb01b commit 7685dd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions EBS-LAB/frmPrincipal.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions EBS-LAB/frmPrincipal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ private void btnExitEbsWeb_Click(object sender, EventArgs e)
MessageBox.Show("Log-off efetuado com sucesso!", "EBS-WEB - EBS-LAB", MessageBoxButtons.OK, MessageBoxIcon.Information);
}

private void btnEbsCli_Click(object sender, EventArgs e)
{

}
}
}

0 comments on commit 7685dd3

Please sign in to comment.