示例#1
0
文件: GJDB.cs 项目: DevinPower/_GJDE
        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;
 }