Example #1
0
        public App(string path)
        {
            InitializeComponent();

            context = new BlueteethContext(path);

            MainPage = new MainPage(context);
        }
Example #2
0
 public MainPage(BlueteethContext context) : this()
 {
     this.context = context;
 }