User Tools

Site Tools


7_helper:codesnippet:uifeature

namespace LowoUN.Business.UI.Feature {

public class UIFeature_$fn$ : LowoUN.Util.UIFeatureBase
{
	public static UIFeature_$fn$ instance{get{ return _instance as UIFeature_$fn$; }}
	private static LowoUN.Util.UIFeatureBase _instance;
	public UIFeature_$fn$ () {
		_instance = this;
	}
	#region implemented abstract members of UIFeatureBase
	public override void OnStart ()
	{
		//throw new System.NotImplementedException ();
	}
	public override void OnEnd ()
	{
		//throw new System.NotImplementedException ();
	}
	#endregion
}

}

7_helper/codesnippet/uifeature.txt · Last modified: 2024/06/18 13:42 by 127.0.0.1