Example #1
0
 private void RC_Copy_FName_NoExt_Click(object sender, RoutedEventArgs e)
 {
     if (ListBox_Main.SelectedIndex >= 0)
     {
         FWindow.FCurrentAsset = ListBox_Main.SelectedItem.ToString();
         Clipboard.SetText(AssetsUtility.GetAssetPathToCopy(true, false));
     }
 }