Refactor: Separate engine code from GUI.

This commit is contained in:
2017-05-10 21:04:42 +01:00
parent 96e277615c
commit 17b464012c
28 changed files with 602 additions and 397 deletions

View File

@@ -28,6 +28,7 @@
using System;
using Gtk;
using Schemas;
namespace osrepodbmgr
{
public partial class dlgFilesystem : Dialog