port from perforce
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Controls.Primitives;
|
||||
|
||||
namespace NodeNetwork.Views.Controls
|
||||
{
|
||||
public partial class ArrowToggleButton : ToggleButton
|
||||
{
|
||||
public ArrowToggleButton()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user