コード例 #1
0
 void ExportProjects()
 {
     Debug.Assert(TheState == State.Editing);
     TheState = State.Exporting;
     exportTask.Execute(this);
 }