Пример #1
0
		public GlowForm()
		{
			if (IsWindowsTen())
			{
				top = new GlowTop(this);
				bottom = new GlowBottom(this);
				left = new GlowLeft(this);
				right = new GlowRight(this);
			}
		}