Tomboy.NoteRecentChanges.NoteRecentChanges C# (CSharp) Метод

NoteRecentChanges() статический приватный Метод

static private NoteRecentChanges ( ) : System
Результат System
		static NoteRecentChanges ()
		{
			note_icon = GuiUtils.GetIcon ("note", 22);
			all_notes_icon = GuiUtils.GetIcon ("filter-note-all", 22);
			unfiled_notes_icon = GuiUtils.GetIcon ("filter-note-unfiled", 22);
			notebook_icon = GuiUtils.GetIcon ("notebook", 22);
		}

Same methods

NoteRecentChanges::NoteRecentChanges ( NoteManager manager ) : System