File tree Expand file tree Collapse file tree
Crystallography.Controls/CrystalDatabase
ReciPro/DiffractionSimulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818using System . Threading ;
1919using System . Threading . Tasks ;
2020using System . Windows . Forms ;
21- using Windows . Media . Core ;
22- using Windows . UI . StartScreen ;
21+ // using Windows.Media.Core; //260405Cl 未使用のWinRT参照を削除
22+ // using Windows.UI.StartScreen; //260405Cl 未使用のWinRT参照を削除
2323using ZLinq ;
2424using static Community . CsharpSqlite . Sqlite3 ;
2525using static System . Windows . Forms . VisualStyles . VisualStyleElement ;
Original file line number Diff line number Diff line change 55using System ;
66using System . Collections . Generic ;
77using System . Linq ;
8- using Windows . Networking . BackgroundTransfer ;
8+ // using Windows.Networking.BackgroundTransfer; //260405Cl 未使用のWinRT参照を削除
99using DVec = MathNet . Numerics . LinearAlgebra . Double . DenseVector ;
1010
1111namespace Crystallography ;
Original file line number Diff line number Diff line change 55using System . Linq ;
66using System . Security . Policy ;
77using System . Windows . Forms ;
8- using Windows . Devices . Radios ;
8+ // using Windows.Devices.Radios; //260405Cl 未使用のWinRT参照を削除
99#endregion
1010
1111namespace ReciPro ;
You can’t perform that action at this time.
0 commit comments