1
0
Fork 0

Namespace SilentorBit -> Ext.SilentorBit + docs.

Where docs = SilentorBit namespace documentation.
Dieser Commit ist enthalten in:
Starbeamrainbowlabs 2016-08-01 20:26:20 +01:00
Ursprung aa3f114f0c
Commit 4d42de98ab
3 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -3,7 +3,11 @@ using System.Collections.Generic;
using Gtk;
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>
/// <para>A single column list, text comes from object.ToString()</para>

Datei anzeigen

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using Gtk;
using SilentorBit;
using Ext.SilentorBit;
namespace SpritePacker.GUI
{

Datei anzeigen

@ -1,5 +1,5 @@
using System;
using SilentorBit;
using Ext.SilentorBit;
using System.IO;
namespace SpritePacker.GUI