16 lines
186 B
C#
Raw Normal View History

2021-08-04 09:30:34 +09:00
using System;
using Xunit;
namespace ObservableCollections.Tests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
2021-08-04 15:49:48 +09:00
2021-08-04 09:30:34 +09:00
}
2021-08-04 15:49:48 +09:00
2021-08-04 09:30:34 +09:00
}
}