Пример #1
0
        public GJDB()
        {
            data = new ObservableCollection <ObservableCollection <ObjectStructure> >();
            data.CollectionChanged += ContentCollectionChanged;

            if (trelloIntegration == null)
            {
                trelloIntegration = new Assistant.TrelloAssistant();
            }
        }
Пример #2
0
 public Settings(TrelloAssistant ta)
 {
     InitializeComponent();
     _ta = ta;
 }