コード例 #1
0
ファイル: IOWrapper.cs プロジェクト: xGhander/Sync
 internal void SetInput(ISyncInput input)
 {
     this.currI = input;
 }
コード例 #2
0
ファイル: ConsoleWriter.cs プロジェクト: xGhander/Sync
 public static void SetInput(ISyncInput input) => CurrentIO.SetInput(input);