8 lines
97 B
C#
8 lines
97 B
C#
namespace rail
|
|
{
|
|
public class RailSyncFileOption
|
|
{
|
|
public bool sync_file_not_to_remote;
|
|
}
|
|
}
|