rename project to EliteBGS
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user