Refactor code.

This commit is contained in:
2017-05-03 01:54:02 +01:00
parent 75ce95bab4
commit 9375231e12
9 changed files with 32 additions and 22 deletions

View File

@@ -26,13 +26,13 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using Schemas;
using Gtk;
using System.Collections.Generic;
using Gtk;
using Schemas;
namespace osrepodbmgr
{
public partial class dlgOpticalDisc : Gtk.Dialog
public partial class dlgOpticalDisc : Dialog
{
public OpticalDiscType Metadata;
@@ -83,7 +83,7 @@ namespace osrepodbmgr
public dlgOpticalDisc()
{
this.Build();
Build();
#region Set partitions table
CellRendererText partSequenceCell = new CellRendererText();