mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
namespace FileLocksmithGUI
|
|
{
|
|
[default_interface]
|
|
runtimeclass ProcessEntry : Microsoft.UI.Xaml.Controls.UserControl
|
|
{
|
|
ProcessEntry(String process, UInt32 pid, UInt64 num_files);
|
|
}
|
|
}
|