Exemplo n.º 1
0
		internal void InitStyles()
		{
			if (this.ms_Styles == null)
			{
				this.ms_Styles = new CurveEditor.Styles();
			}
		}
Exemplo n.º 2
0
 internal void InitStyles()
 {
   if (this.ms_Styles != null)
     return;
   this.ms_Styles = new CurveEditor.Styles();
 }