Beispiel #1
0
 private void GitPluginUIUpdate()
 {
     try
     {
         if (_gitPlugin.IsReinstallRequired())
         {
             GitPluginUISetup();
         }
     }
     catch (Exception)
     {
     }
 }