File: Account.custom

package info (click to toggle)
galago-sharp 0.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,560 kB
  • ctags: 64
  • sloc: sh: 8,160; cs: 364; makefile: 198
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
		public Galago.Account GetContact(string username)
		{
			return GetContact(username, true);
		}