Defines the command that imports Scheduler data from the file.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand ImportCommand
Visual Basic (Declaration)
Public Shared ReadOnly ImportCommand As RoutedCommand

Remarks

This command opens "Open File" dialog and then tries to import data from selected file.

See Also