12 lines
224 B
C#
12 lines
224 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System;
|
|
|
|
namespace BallanceTasEditorTest {
|
|
[TestClass]
|
|
public class UnitTest1 {
|
|
[TestMethod]
|
|
public void TestMethod1() {
|
|
}
|
|
}
|
|
}
|