rename project to EliteBGS

This commit is contained in:
2021-11-10 21:24:39 +01:00
parent f159b29191
commit df4b5d6914
32 changed files with 62 additions and 69 deletions

View File

@@ -1,8 +1,8 @@
using System.Collections;
using AutoCompleteTextBox.Editors;
using NonaBGS.EDDB;
using EliteBGS.EDDB;
namespace NonaBGS.UI {
namespace EliteBGS.UI {
public class StationSuggestionProvider : ISuggestionProvider {
private int system_id = 0;
private Stations stations = null;

View File

@@ -1,9 +1,9 @@
using System;
using System.Collections;
using AutoCompleteTextBox.Editors;
using NonaBGS.EDDB;
using EliteBGS.EDDB;
namespace NonaBGS.UI {
namespace EliteBGS.UI {
public class SystemSuggestionProvider : ISuggestionProvider {
private PopulatedSystems systems = null;