Ejemplo n.º 1
0
 public static ServerHistory get()
 {
     if (_instance == null)
     {
         _instance = new ServerHistory();
     }
     return(_instance);
 }
Ejemplo n.º 2
0
        public Authentication()
        {
            InitializeComponent();

            Config.Config config = Config.Config.getConfig();
            _history = Config.ServerHistory.get();
            cbbRedmineAddress.ItemsSource = _history.History;
            this.DataContext = this;
        }