Example #1
0
        public TilesPage()
        {
            InitializeComponent();

            _band = BandManager.Instance;

            DataContext = _band;
        }
Example #2
0
        public static void Create()
        {
            AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;

            Instance = new BandManager();

            Instance.InitializeCargoLogging();
        }
Example #3
0
        public static void Create()
        {
            AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;

            Instance = new BandManager();

            Instance.InitializeCargoLogging();
        }
Example #4
0
        public ActivityLogPage()
        {
            InitializeComponent();

            // set the default exporter
            // TODO: Restore last used
            Exporter = Exporters.First();

            LoadExportSettings();

            _band = BandManager.Instance;

            this.DataContext = BandCloudManager.Instance;

            BandCloudManager.Instance.AuthenticationCompleted += Instance_AuthenticationCompleted;
        }
Example #5
0
        public static void Create()
        {
            AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;

            Instance = new BandManager();
        }