PageRenderTime 13ms CodeModel.GetById 6ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/flas/src/Fl_AddFlagButton.as

https://bitbucket.org/HopeSky/mars_nd2d
ActionScript | 17 lines | 10 code | 6 blank | 1 comment | 0 complexity | 7c07a6d74a2e6126de1cb09cad20e1cd MD5 | raw file
 1package 
 2{
 3
 4	import flash.display.SimpleButton;
 5
 6
 7	public class Fl_AddFlagButton extends SimpleButton
 8	{
 9
10
11		public function Fl_AddFlagButton()
12		{
13			// constructor code
14		}
15	}
16
17}