File: BooShellProperties.boo

package info (click to toggle)
monodevelop-boo 2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 57
  • sloc: makefile: 246; xml: 193; sh: 160
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10


namespace BooBinding.Properties

import System

class BooShellProperties (ShellProperties):
	override PropertyName as string:
		get:
			return "BooBinding.BooShell.ShellProps"