File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 131
131
<PackagePath ></PackagePath >
132
132
</None >
133
133
</ItemGroup >
134
-
134
+ <!-- <ItemGroup>
135
+ <PackageReference Include="DevExpress.Win.WinterJoySkin" Version="1.0.1" />
136
+ </ItemGroup>-->
135
137
136
138
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'net5.0-windows' or '$(TargetFramework)' == 'net6.0-windows' " >
137
139
<Reference Include =" DevExpress.BonusSkins.v21.2" >
154
156
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
155
157
<CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
156
158
</Reference >
159
+ <Reference Include =" DevExpress.Dialogs.v21.2.Core" >
160
+ <HintPath >..\DevExpress\.net core\DevExpress.Dialogs.v21.2.Core.dll</HintPath >
161
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
162
+ <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
163
+ </Reference >
157
164
<Reference Include =" DevExpress.Images.v21.2" >
158
165
<HintPath >..\DevExpress\.net core\DevExpress.Images.v21.2.dll</HintPath >
159
166
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
444
451
<Reference Include =" System.Windows.Forms" />
445
452
446
453
</ItemGroup >
447
-
454
+
448
455
<ItemGroup Condition =" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net471' " >
449
456
<Compile Update =" Forms\AboutDataSourceBox.cs" />
450
457
<Compile Update =" Forms\AboutDataSourceBox.Designer.cs" >
Original file line number Diff line number Diff line change @@ -89,7 +89,11 @@ static void Main()
89
89
Settings . ApplicationSvgPaletteName = laf . ActiveSvgPaletteName ;
90
90
91
91
} ;
92
-
92
+ //// Register the Winter Joy skin.
93
+ //System.Reflection.Assembly asm = typeof(DevExpress.UserSkins.WinterJoy).Assembly;
94
+ //DevExpress.Skins.SkinManager.Default.RegisterAssembly(asm);
95
+ //// Apply the skin.
96
+ //DevExpress.XtraEditors.WindowsFormsSettings.DefaultLookAndFeel.SetSkinStyle("Winter Joy");
93
97
if ( UserSettingsManager . UserSettings . SingleInstance &&
94
98
Process . GetProcessesByName ( Process . GetCurrentProcess ( ) . ProcessName ) . Length > 1 )
95
99
{
@@ -112,8 +116,8 @@ static void Main()
112
116
113
117
if ( Settings . IsFirstRun )
114
118
{
115
- //FirstTimeRunForm f = new FirstTimeRunForm();
116
- //f.ShowDialog();
119
+ //FirstTimeRunForm f = new FirstTimeRunForm();
120
+ //f.ShowDialog();
117
121
}
118
122
if ( Settings . MainFormType == MainFormType . RibbonForm )
119
123
{
You can’t perform that action at this time.
0 commit comments