Beispiel #1
0
 public SecureboxFileExplorer(IProfile[] profiles, IEntryModel[] rootDirs, string mask, string selectedPath = "c:\\")
 {
     InitializeComponent();
     Securebox.CenterWindowOnScreen(this);
     _profiles     = profiles;
     _rootDirs     = rootDirs;
     _filterStr    = mask;
     _selectedPath = selectedPath;
 }
Beispiel #2
0
 public LoginWindow()
 {
     InitializeComponent();
     Securebox.CenterWindowOnScreen(this);
     DatabaseManagement.CreateDatabase();
 }
Beispiel #3
0
 public RegistrationWindow()
 {
     InitializeComponent();
     Securebox.CenterWindowOnScreen(this);
 }