7 lines
119 B
C#
7 lines
119 B
C#
|
namespace My
|
|||
|
{
|
|||
|
internal class Settings
|
|||
|
{
|
|||
|
public static object Textbox { get; internal set; }
|
|||
|
}
|
|||
|
}
|