Example #1
0
        public void LoadDecodedText(IDataObject data)
        {
            TextFromDataLoader loader = new TextFromDataLoader(data);

            applicationState.LoadDecodedText(loader);
        }
Example #2
0
        public void Execute(object parameter)
        {
            TextFromFileLoader loader = new TextFromFileLoader();

            applicationState.LoadDecodedText(loader);
        }