コード例 #1
0
ファイル: AutoUpdater.cs プロジェクト: espressomorte/Supakull
 private static IList<ITask> RunAdapter(IAdapter adapter)
 {
     return adapter.GetAllTasks();
 }
コード例 #2
0
ファイル: AutoUpdater.cs プロジェクト: espressomorte/Supakull
 private static IList <ITask> RunAdapter(IAdapter adapter)
 {
     return(adapter.GetAllTasks());
 }