コード例 #1
0
ファイル: LineIndent.cs プロジェクト: korolitskyi/BookLending
 public static void ResetToDefault()
 {
     LineIndent.current =
         new DefaultLineIndent();
 }
コード例 #2
0
ファイル: LineIndent.cs プロジェクト: korolitskyi/BookLending
 static LineIndent()
 {
     LineIndent.current =
         new DefaultLineIndent();
 }