コード例 #1
0
 /// <summary>
 /// Raises the Add Button event.
 /// </summary>
 public static void OnButton_Add(UVCBrowser browser)
 {
     browser.DisableGUI();
     UVCProcessPopup.Init(VersionControl.Add(CommandLine.EmptyHandler, mSelectedFileCache), true, true, browser.OnProcessStop, true);
 }