Namespace SilentorBit -> Ext.SilentorBit + docs.
Where docs = SilentorBit namespace documentation.
This commit is contained in:
parent
aa3f114f0c
commit
4d42de98ab
3 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,11 @@ using System.Collections.Generic;
|
||||||
using Gtk;
|
using Gtk;
|
||||||
using System.Security.Policy;
|
using System.Security.Policy;
|
||||||
|
|
||||||
namespace SilentorBit
|
/// <summary>
|
||||||
|
/// <para>A namespace that contains everything I've pulled from SilentorBit's website.</para>
|
||||||
|
/// <para>Currently contains: class ListView (https://silentorbit.com/notes/2011/05/gtk-sharp-listview/).</para>
|
||||||
|
/// </summary>
|
||||||
|
namespace Ext.SilentorBit
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>A single column list, text comes from object.ToString()</para>
|
/// <para>A single column list, text comes from object.ToString()</para>
|
||||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
using Gtk;
|
using Gtk;
|
||||||
using SilentorBit;
|
using Ext.SilentorBit;
|
||||||
|
|
||||||
namespace SpritePacker.GUI
|
namespace SpritePacker.GUI
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
using SilentorBit;
|
using Ext.SilentorBit;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace SpritePacker.GUI
|
namespace SpritePacker.GUI
|
||||||
|
|
Loading…
Reference in a new issue