Added missing colon
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Password_Manager
|
||||
}
|
||||
|
||||
public static MainForm mainForm = new MainForm(
|
||||
() => ConfigFileManager.GetPath()
|
||||
() => ConfigFileManager.GetPath(),
|
||||
() => ConfigFileManager.GetRecipient()
|
||||
); //needed at creation so that MainForm may pass this method down to other classes in its constructor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user