Пример #1
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(GrimrockSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #2
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(WarThunderSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #3
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(MonsterHunterWorldSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #4
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(TESOSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #5
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(DragonAgeSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #6
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(GrimrockSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #7
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(GamebryoSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #8
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(NoMansSkySetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #9
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(BaldursGate3SetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #10
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
        public SetupForm(XCOM2SetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #11
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
        public SetupForm(StarboundSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #12
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(StardewValleySetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #13
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(Cyberpunk2077SetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #14
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
        public SetupForm(DragonAge2SetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #15
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(SubnauticaSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #16
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(GamebryoSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #17
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(BreakingWheelSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #18
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(StateOfDecaySetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #19
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(XRebirthSetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(DarkSoulsSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #21
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(XRebirthSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #22
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(TESOSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #23
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(Witcher3SetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #24
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(StateOfDecaySetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #25
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
        public SetupForm(Witcher2SetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #26
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(MountAndBlade2BannerlordSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #27
0
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
		public SetupForm(DarkSouls2SetupVM p_vmlViewModel)
			: this()
		{
			ViewModel = p_vmlViewModel;
		}
Пример #28
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(StarboundSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #29
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(WarThunderSetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }
Пример #30
0
 /// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_vmlViewModel">The view model that provides the data and operations for this view.</param>
 public SetupForm(Sims4SetupVM p_vmlViewModel)
     : this()
 {
     ViewModel = p_vmlViewModel;
 }