コード例 #1
0
ファイル: toolbar.cs プロジェクト: modulexcite/IL2JS
 /// <summary>
 /// Creates a toolbar control.
 /// </summary>
 /// <param name="id">The Component id for the toolbar.</param>
 public Toolbar(string id, ToolbarProperties properties, ToolbarBuilder builder, bool hasJewel)
     : base(id, properties)
 {
     _builder = builder;
     _hasJewel = hasJewel;
 }
コード例 #2
0
ファイル: toolbar.cs プロジェクト: tralivali1234/IL2JS
 /// <summary>
 /// Creates a toolbar control.
 /// </summary>
 /// <param name="id">The Component id for the toolbar.</param>
 public Toolbar(string id, ToolbarProperties properties, ToolbarBuilder builder, bool hasJewel)
     : base(id, properties)
 {
     _builder  = builder;
     _hasJewel = hasJewel;
 }