示例#1
0
 public GlowForm()
 {
     if (IsWindowsTen())
     {
         top    = new GlowTop(this);
         bottom = new GlowBottom(this);
         left   = new GlowLeft(this);
         right  = new GlowRight(this);
     }
 }
示例#2
0
		public GlowForm()
		{
			if (IsWindowsTen())
			{
				top = new GlowTop(this);
				bottom = new GlowBottom(this);
				left = new GlowLeft(this);
				right = new GlowRight(this);
			}
		}