public void RaiseClick() { if (_recentItem.IsSaving) { return; } ServiceProvider.LaunchFile(new ProcessStartInfo(_recentItem.FileName)); }
void Image_MouseUp(object Sender, MouseButtonEventArgs E) { ServiceProvider.LaunchFile(new ProcessStartInfo(_filePath)); OnClose(); }
void Image_MouseUp(object sender, MouseButtonEventArgs e) { ServiceProvider.LaunchFile(new ProcessStartInfo(_filePath)); CloseButton_Click(); }
public void RaiseClick() { ServiceProvider.LaunchFile(new ProcessStartInfo(_fileName)); }