public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;

            IOTC1 = new tutk.iotc.IOTC();
        }
Beispiel #2
0
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;
            UpdateUI("");
            IOTC1   = new tutk.iotc.IOTC();
            AV1     = new tutk.iotc.AVAPI();
            running = true;
        }
Beispiel #3
0
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;

            iotc = new tutk.iotc.IOTC();
            rdt  = new tutk.iotc.RDT();
            buf2 = new byte[MAX_BUF_SIZE];
            UpdateUI("");
        }