20 lines
340 B
C#
20 lines
340 B
C#
namespace Password_Manager
|
|
{
|
|
public partial class MainForm : Form
|
|
{
|
|
public MainForm()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void ChangeProfile(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void UpdateResultList(object sender, EventArgs args)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |