Move Dialog classes under UI namespace

This commit is contained in:
2021-02-12 22:49:50 -05:00
parent 7bc9fc0c30
commit aadf3e00cc
6 changed files with 14 additions and 4 deletions
@@ -0,0 +1,10 @@
using System;
namespace qController
{
public class QCueGridListHelper
{
public QCueGridListHelper()
{
}
}
}