public static ServerHistory get() { if (_instance == null) { _instance = new ServerHistory(); } return(_instance); }
public Authentication() { InitializeComponent(); Config.Config config = Config.Config.getConfig(); _history = Config.ServerHistory.get(); cbbRedmineAddress.ItemsSource = _history.History; this.DataContext = this; }