摘要: mostQuickGrid.RowDefinitions.Add(new RowDefinition{Height = new GridLength(1, GridUnitType.Star)}); mostQuickGrid.RowDefinitions.Add(new RowDefinition { Height = new GridLength(200, GridUnitType.Pixel)}); Grid.SetRow(QuickSpanel, 0); Grid.Set... 阅读全文
posted @ 2012-11-20 20:44 藏这儿 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 异步调用public async void AsyncSearchDataStart() { int res = await WaitSearchData();//等待调用完成 if (res == 1) { int ret = App.g_NAVI_Interface.NAVI_GetSearchData(); if (ret == 1) { } } ... 阅读全文
posted @ 2012-11-20 17:13 藏这儿 阅读(204) 评论(0) 推荐(0) 编辑