C# Class NetIde.Core.ToolWindows.DiffViewer.ImageViewer

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
ImageViewer ( ) : System
LoadStreams ( IStream leftStream, FileType leftFileType, byte leftData, IStream rightStream, FileType rightFileType, byte rightData ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ImageViewer() public méthode

public ImageViewer ( ) : System
Résultat System

LoadStreams() public méthode

public LoadStreams ( IStream leftStream, FileType leftFileType, byte leftData, IStream rightStream, FileType rightFileType, byte rightData ) : void
leftStream IStream
leftFileType FileType
leftData byte
rightStream IStream
rightFileType FileType
rightData byte
Résultat void