PowerToys/tools/HandlesExperiment/FileLocksmithGUI/ProcessEntry.idl
Ivan Stošić 471cdf3fa1 Improve UI
2022-10-20 16:40:51 +02:00

9 lines
206 B
Plaintext

namespace FileLocksmithGUI
{
[default_interface]
runtimeclass ProcessEntry : Microsoft.UI.Xaml.Controls.UserControl
{
ProcessEntry(String process, UInt32 pid, UInt64 num_files);
}
}