Sorts by level now.
Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
18
d20 SRD Spell Lists/FrmCredits.cs
Normal file
18
d20 SRD Spell Lists/FrmCredits.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace d20_SRD_Spell_Lists {
|
||||
public partial class FrmCredits : Form {
|
||||
public FrmCredits() {
|
||||
InitializeComponent();
|
||||
|
||||
lblCredits.Text = "Developer: Melissa Avery-Weir @ http://irrsinn.net\r\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user