Tomboy.NoteRecentChanges.NoteRecentChanges C# (CSharp) Method

NoteRecentChanges() static private method

static private NoteRecentChanges ( ) : System
return 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