mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
refactor<*>: rewrite all codes...
This commit is contained in:
9
src/Models/TextLine.cs
Normal file
9
src/Models/TextLine.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SourceGit.Models {
|
||||
/// <summary>
|
||||
/// 文件中的一行内容
|
||||
/// </summary>
|
||||
public class TextLine {
|
||||
public int Number { get; set; }
|
||||
public string Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user