Ejemplo n.º 1
0
    private void DataThreadFunc()
    {
        int i = 0;

        while (this.running && i++ < 30)
        {
            XxdwDebugger.DisplayMessage("thread msg");
            XxdwDebugger.DisplayMessage(Util.GetStoragePath());
            //CommFacade.WriteLocalPathData("just a test\n");
            Thread.Sleep(1000);
        }
    }