添加项目文件。

This commit is contained in:
GukSang.Jin
2026-05-04 18:46:17 +08:00
parent 8425146730
commit 289d0dcab7
107 changed files with 3754 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace ConeCalorimeter
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}