File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5757 </ItemGroup >
5858 <ItemGroup >
5959 <Compile Include =" Compress\Compress.cs" />
60- <Compile Include =" Form1 .cs" >
60+ <Compile Include =" MainForm .cs" >
6161 <SubType >Form</SubType >
6262 </Compile >
63- <Compile Include =" Form1 .Designer.cs" >
64- <DependentUpon >Form1 .cs</DependentUpon >
63+ <Compile Include =" MainForm .Designer.cs" >
64+ <DependentUpon >MainForm .cs</DependentUpon >
6565 </Compile >
6666 <Compile Include =" FormAux\FileEncoding.cs" />
6767 <Compile Include =" FormAux\GetInfo.cs" />
7373 <Compile Include =" Preview\PreviewEdit.cs" />
7474 <Compile Include =" Program.cs" />
7575 <Compile Include =" Properties\AssemblyInfo.cs" />
76- <EmbeddedResource Include =" Form1 .resx" >
77- <DependentUpon >Form1 .cs</DependentUpon >
76+ <EmbeddedResource Include =" MainForm .resx" >
77+ <DependentUpon >MainForm .cs</DependentUpon >
7878 </EmbeddedResource >
7979 <EmbeddedResource Include =" Properties\Resources.resx" >
8080 <Generator >ResXFileCodeGenerator</Generator >
Original file line number Diff line number Diff line change 66
77namespace EditRevitFile
88{
9- public partial class Form1 : Form
9+ public partial class MainForm : Form
1010 {
11- public Form1 ( )
11+ public MainForm ( )
1212 {
1313 InitializeComponent ( ) ;
1414 GetInfoJson ( this ) ;
1515 }
1616
17- public static void GetInfoJson ( Form1 form )
17+ public static void GetInfoJson ( MainForm form )
1818 {
1919 string fullFilePath = GetInfo . TempFile ( ) ;
2020
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ static void Main()
1616 {
1717 Application . EnableVisualStyles ( ) ;
1818 Application . SetCompatibleTextRenderingDefault ( false ) ;
19- Application . Run ( new Form1 ( ) ) ;
19+ Application . Run ( new MainForm ( ) ) ;
2020 }
2121 }
2222}
You can’t perform that action at this time.
0 commit comments