Пример #1
0
 public UserInterface(BlocksContent content)
 {
     userInterfaceLandscape = new UserInterfaceLandscape(content);
     userInterfacePortrait  = new UserInterfacePortrait(content);
     ShowUserInterfaceLandscape();
 }
Пример #2
0
		public UserInterface(BlocksContent content)
		{
			userInterfaceLandscape = new UserInterfaceLandscape(content);
			userInterfacePortrait = new UserInterfacePortrait(content);
			ShowUserInterfaceLandscape();
		}