コード例 #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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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
ファイル: SetupForm.cs プロジェクト: embix/Nexus-Mod-Manager
 /// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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
ファイル: SetupForm.cs プロジェクト: embix/Nexus-Mod-Manager
 /// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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;
		}
コード例 #20
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(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
ファイル: SetupForm.cs プロジェクト: hackerlank/nmm
 /// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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
ファイル: SetupForm.cs プロジェクト: etinquis/nexusmodmanager
		/// <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;
 }