重用空类

时间:2018-12-01 06:44:57

标签: c# webkit.net

查看以下代码

<ContentView.Content>
 <Frame x:Name ="fr" BorderColor="Black" Padding="0">
  <Grid HorizontalOptions="FillAndExpand" >
    <Grid.RowDefinitions>
      <RowDefinition Height="*"/>
         </Grid.RowDefinitions>
           <Label Grid.Row="0" x:Name="txt"/>
           <Image Grid.Row="0" x:Name="img"/>
         </Grid>
  </Frame>
</ContentView.Content>

要每次清空RAM,wb1必须为null。但随后它变为null,不再点击,并说它已经为null。那么如何在timer2中获取null,然后在timer1中导航呢?

1 个答案:

答案 0 :(得分:0)

wb1 = new WebKitBrowser();添加到timer1_Tick