11 lines
178 B
C#
11 lines
178 B
C#
namespace RandomFileRunner
|
|
{
|
|
public class AppSession
|
|
{
|
|
public bool AlwaysOnTop { get; set; } = false;
|
|
|
|
public int NoFrames { get; set; } = 3;
|
|
|
|
}
|
|
}
|