C# Class Features.Task

// this struct will recieve the task information from the gui
Show file Open project: esheleg/PhotoSelect Class Usage Examples

Public Methods

Method Description
Task ( List pathes, bool feauters ) : System
Task ( Task from ) : System

DeepCopy constructor

Method Details

Task() public method

public Task ( List pathes, bool feauters ) : System
pathes List
feauters bool
return System

Task() public method

DeepCopy constructor
public Task ( Task from ) : System
from Task
return System