Esempio n. 1
0
 public UserInterface(BlocksContent content)
 {
     userInterfaceLandscape = new UserInterfaceLandscape(content);
     userInterfacePortrait  = new UserInterfacePortrait(content);
     ShowUserInterfaceLandscape();
 }
Esempio n. 2
0
		public UserInterface(BlocksContent content)
		{
			userInterfaceLandscape = new UserInterfaceLandscape(content);
			userInterfacePortrait = new UserInterfacePortrait(content);
			ShowUserInterfaceLandscape();
		}