コード例 #1
0
        protected override IUnitsModel GetModel()
        {
            IThreadCollection collection = ProfilingViewModel.Application.ServiceContainer.Resolve <IThreadCollection>();
            ThreadsModel      model      = new ThreadsModel(collection);

            return(model);
        }
コード例 #2
0
 public bool AddNewThread(ThreadsModel ThreadData)
 {
     return(true);
 }