Load() public static méthode

public static Load ( ) : void
Résultat void
Exemple #1
0
        public void Update()
        {
            Preferences.Load();
            Notes = NoteView.CreateFromDirectory(Preferences.Folder);

            GenerateActions();
            GenerateContent();
        }
Exemple #2
0
        public void Update()
        {
            Preferences.Load();
            Notes = NoteView.CreateFromDirectory(Preferences.Folder);

            GenerateMenu();
            GenerateToolBar();

            GenerateContent();
        }