Name Protection
Rename all of your functions and properties smartly.
Last updated
Was this helpful?
Rename all of your functions and properties smartly.
Last updated
Was this helpful?
Was this helpful?
internal class LoginForm
{
public LoginForm(Action<string, long, long, TimeSpan> statu)
{
this.SessionStatu= statu;
}
private Action<string, long, long, TimeSpan> Sessio;
}internal class TypeInitializationException
{
public TypeInitializationException(Action<string, long, long, TimeSpan> updateProgress)
{
this.DefaultDependencyAttribute = updateProgress;
}
private Action<string, long, long, TimeSpan> DefaultDependencyAttribute;
}