C# Class NoiseTool.InOut

Interaction logic for InOut.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: MadoxLabs/NoiseTool

Public Methods

Method Description
InOut ( ) : System
Init ( NoiseObject obj ) : void
OnErase ( LinkType t, Link l ) : void
OnLink ( LinkType t, Link l ) : void
SaveToString ( ) : string
SetLinks ( int num ) : void
xIn1_Click ( object sender, EventArgs e ) : void
xIn1_Erase ( object sender, EventArgs e ) : void
xIn2_Click ( object sender, EventArgs e ) : void
xIn2_Erase ( object sender, EventArgs e ) : void
xIn3_Click ( object sender, EventArgs e ) : void
xIn3_Erase ( object sender, EventArgs e ) : void
xIn4_Click ( object sender, EventArgs e ) : void
xIn4_Erase ( object sender, EventArgs e ) : void
xOut_Click ( object sender, EventArgs e ) : void
xOut_Erase ( object sender, EventArgs e ) : void

Method Details

InOut() public method

public InOut ( ) : System
return System

Init() public method

public Init ( NoiseObject obj ) : void
obj NoiseObject
return void

OnErase() public method

public OnErase ( LinkType t, Link l ) : void
t LinkType
l Link
return void

OnLink() public method

public OnLink ( LinkType t, Link l ) : void
t LinkType
l Link
return void

SaveToString() public method

public SaveToString ( ) : string
return string

SetLinks() public method

public SetLinks ( int num ) : void
num int
return void

xIn1_Click() public method

public xIn1_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn1_Erase() public method

public xIn1_Erase ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn2_Click() public method

public xIn2_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn2_Erase() public method

public xIn2_Erase ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn3_Click() public method

public xIn3_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn3_Erase() public method

public xIn3_Erase ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn4_Click() public method

public xIn4_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xIn4_Erase() public method

public xIn4_Erase ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xOut_Click() public method

public xOut_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

xOut_Erase() public method

public xOut_Erase ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void